Module: Formable
- Defined in:
- lib/formable.rb,
lib/formable/http.rb,
lib/formable/error.rb,
lib/formable/client.rb,
lib/formable/params.rb,
lib/formable/version.rb,
lib/formable/resources/templates.rb,
lib/formable/resources/redline_requests.rb,
lib/formable/resources/signature_requests.rb
Defined Under Namespace
Modules: Params Classes: Client, Error, Http, RedlineRequests, SignatureRequests, Templates
Constant Summary collapse
- DEFAULT_BASE_URL =
"https://api.formabledocs.com/v1"- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.new(**kwargs) ⇒ Object
15 16 17 |
# File 'lib/formable.rb', line 15 def self.new(**kwargs) Client.new(**kwargs) end |