Project
kickflow
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"]) #=> [...]
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
Apache-2.0
Dependencies