Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varyonic/amex_enhanced_authorization
Unofficial Ruby wrapper for American Express Enhanced Authorization.
https://github.com/varyonic/amex_enhanced_authorization
Last synced: 3 months ago
JSON representation
Unofficial Ruby wrapper for American Express Enhanced Authorization.
- Host: GitHub
- URL: https://github.com/varyonic/amex_enhanced_authorization
- Owner: varyonic
- License: mit
- Created: 2019-05-13T20:13:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T16:57:59.000Z (about 3 years ago)
- Last Synced: 2024-03-15T12:12:43.681Z (10 months ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AmexEnhancedAuthorization
[![Github Actions ][actions_badge]][actions]
Unofficial Ruby wrapper for American Express Enhanced Authorization
published via the [amex developer portal](https://developer.americanexpress.com/products/enhanced-authorization-v2/),
see also [amex-api-java-client-core](https://github.com/americanexpress/amex-api-java-client-core).## Installation
Add this line to your application's Gemfile:
```ruby
gem 'amex_enhanced_authorization'
```And then execute:
$ bundle
## Usage
See [specs](https://github.com/varyonic/amex_enhanced_authorization/blob/master/spec/amex_enhanced_authorization_spec.rb) for sample usage.
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are [welcome on GitHub](https://github.com/varyonic/amex_enhanced_authorization).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Read the [LICENSE](LICENSE.txt) for details.
Copyright (c) 2019-2021 [Varyonic](https://www.varyonic.com).
[actions_badge]: https://github.com/varyonic/amex_enhanced_authorization/workflows/ci/badge.svg
[actions]: https://github.com/varyonic/amex_enhanced_authorization/actions