Sha256: 9ecc8618187a0986bd2a7ccd16c9cc34da29f39bde131b30cacd65fde5f3a273
Contents?: true
Size: 297 Bytes
Versions: 4
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true require "anyway_config" module Roseflow module Proxycurl class Config < Anyway::Config DEFAULT_BASE_URL = "https://nubela.co/proxycurl/api/" config_name :proxycurl attr_config :api_key, :base_url required :api_key end end end
Version data entries
4 entries across 4 versions & 1 rubygems