Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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