module FireflyIIIClient
#Firefly III API
#This is the official documentation of the Firefly III API. You can find accompanying documentation on the website of Firefly III itself (see below). Please report any bugs or issues. This version of the API is live from version v4.7.9 and onwards. You may use the "Authorize" button to try the API below.
The version of the OpenAPI document: 0.10.4-modified Contact: thegrumpydictator@gmail.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.1.0-SNAPSHOT
#Firefly III API
#This is the official documentation of the Firefly III API. You can find accompanying documentation on the website of Firefly III itself (see below). Please report any bugs or issues. This version of the API is live from version v4.7.9 and onwards. You may use the "Authorize" button to try the API below.
The version of the OpenAPI document: 0.10.4-modified Contact: thegrumpydictator@gmail.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.1.0-SNAPSHOT
#Firefly III API
#This is the official documentation of the Firefly III API. You can find accompanying documentation on the website of Firefly III itself (see below). Please report any bugs or issues. This version of the API is live from version v4.7.9 and onwards. You may use the "Authorize" button to try the API below.
The version of the OpenAPI document: 0.10.4-modified Contact: thegrumpydictator@gmail.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.1.0-SNAPSHOT
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
FireflyIIIClient.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/firefly_iii_client.rb, line 164 def configure if block_given? yield(Configuration.default) else Configuration.default end end