Project

kickflow

0.0
The project is in a healthy, maintained state
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
 Dependencies

Runtime

>= 1.0.1, < 3.0
>= 0