Client Libraries¶
All official clients are released under the MIT License (Expat). As part of the open-source community we highly appreciate pull requests, forks, feature requests and bug reports.
Gini offers SDKs for the following languages and platforms:
Ruby¶
Ruby is the first official client that supports all of the API’s capabilities. Features include:
- upload
- download
- list
- extractions
- layout
- feedback
- search
Please refer to the documentation for additional information.
Installation¶
You can either use the source directly or install the gem from rubygems.org:
$ gem install gini-api
Fetching: gini-api-0.9.5.gem (100%)
Successfully installed gini-api-0.9.5
1 gem installed
Resources¶
Documentation | http://rubydoc.info/gems/gini-api/frames/file/README.md |
Source | https://github.com/gini/gini-api-ruby |
Issues tracker | https://github.com/gini/gini-api-ruby/issues |
Playground | https://github.com/gini/gini-api-playground |
Note
The playground includes example scripts to showcase some of the API features. It’s intended to help you to get started quickly.
iOS¶
The iOS SDK is hosted on Github.
Check out the documentation that includes a tutorial on how to include Gini Technology in your own app.
Android¶
The Android SDK is hosted on Github.
Make sure to read the integration guide, also hosted on Github.