kickflow 0.2.0
This gem is a REST API client for the kickflow[https://kickflow.com/]. For its REST API documentation, see {kickflow Developer / REST API}[https://developer.kickflow.com/rest/]. Example:: Kickflow.configure { |config| config.access_token = YOUR_ACCESS_TOKEN } Kickflow::DefaultApi.new.get_categories(debug_auth_names: ["Authorization"]) #=> [...]