Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynnaloo/xtuple-ruby-rest-client-example
xTuple ERP Ruby REST API Client Example using the Google APIs Client Library for Ruby
https://github.com/lynnaloo/xtuple-ruby-rest-client-example
Last synced: about 1 month ago
JSON representation
xTuple ERP Ruby REST API Client Example using the Google APIs Client Library for Ruby
- Host: GitHub
- URL: https://github.com/lynnaloo/xtuple-ruby-rest-client-example
- Owner: lynnaloo
- License: apache-2.0
- Created: 2014-07-24T04:21:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T02:30:02.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:22:19.064Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## xTuple ERP Ruby REST API Client Example
xTuple ERP Ruby REST API Client Example using the Google APIs Client Library for Ruby.
### Prerequisites
- Ruby 2.0.0+
Since the request to get an access token will be made over SSL, you will need to make sure
that your environment has SSL [setup properly](https://github.com/lostisland/faraday/wiki/Setting-up-SSL-certificates).### Setup Authentication
This client uses OAuth 2.0 with service accounts.
### Running the Example
$ bundle install
$ bundle exec ruby restclient.rb## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
Copyright (c) 2012-2013 xTuple [http://www.xtuple.com/](http://www.xtuple.com/)