API Wrappers
Onfleet offer wrappers that are specific to different programming languages that wrap sets of API calls into easy-to-use functions. The wrappers offer ways to make API calls with very little engineering effort.
The API wrappers simplify work for developers that are building apps with the Onfleet API. It also standardizes API requests made to the Onfleet API with customized error messages. You can read more about the wrapper project initiatives here.
We currently support the following languages:
- Python API Wrapper -
pyonfleet
: https://github.com/onfleet/pyonfleet, this is hosted on PyPI - JavaScript API Wrapper -
node-onfleet
: https://github.com/onfleet/node-onfleet, this is hosted on npm - PHP API Wrapper -
php-onfleet
: https://github.com/onfleet/php-onfleet, this is hosted on Packagist - Go -
gonfleet
: https://github.com/onfleet/gonfleet - Ruby -
ruby-onfleet
: https://github.com/onfleet/ruby-onfleet this is hosted on RubyGems - Java -
java-onfleet
: https://github.com/onfleet/java-onfleet this is hosted on Maven Repository