{"id":15033181,"url":"https://github.com/jpalumickas/revolut-ruby","last_synced_at":"2025-04-09T21:23:25.128Z","repository":{"id":56892132,"uuid":"135318443","full_name":"jpalumickas/revolut-ruby","owner":"jpalumickas","description":"Ruby wrapper for Revolut API","archived":false,"fork":false,"pushed_at":"2021-01-16T14:51:59.000Z","size":59,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T23:16:16.033Z","etag":null,"topics":["api","api-wrapper","revolut","revolut-api","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpalumickas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-29T15:43:47.000Z","updated_at":"2024-01-11T22:57:59.000Z","dependencies_parsed_at":"2022-08-21T01:20:11.474Z","dependency_job_id":null,"html_url":"https://github.com/jpalumickas/revolut-ruby","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Frevolut-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Frevolut-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Frevolut-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpalumickas%2Frevolut-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpalumickas","download_url":"https://codeload.github.com/jpalumickas/revolut-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113114,"owners_count":21049785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","revolut","revolut-api","ruby"],"created_at":"2024-09-24T20:20:19.966Z","updated_at":"2025-04-09T21:23:25.112Z","avatar_url":"https://github.com/jpalumickas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Revolut API Ruby wrapper\n\nA Ruby gem which helps to communicate with [Revolut Business][revolut] API.\n\n[![Gem Version](https://img.shields.io/gem/v/revolut.svg?style=flat-square)][rubygems]\n[![Coverage Status](https://img.shields.io/codecov/c/github/jpalumickas/revolut-ruby?style=flat-square)][codecov]\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'revolut'\n```\n\n## Usage\n\n### Authentication\n\nWhen you sign up for an account, you can generate production or sandbox **API key** in settings page.\nYou will need this API key to communicate with [Revolut][revolut] API.\nWhen testing, you should use Sandbox environment.\n\nBefore making any request, you should authenticate first. Use the response object to\nmake requests afterward.\n\n\n```ruby\nclient = Revolut::Client.new(api_key: 'my-secret-api-key')\n```\n\nExample:\n\n```ruby\nclient.accounts\n```\n\nOr create file under `config/initializers/revolut.rb`\n\n```ruby\nRevolut.configure do |config|\n  config.api_key = 'my-secret-api-key'\n  config.environment = :sandbox  # :production\nend\n```\n\nWhen you configured global settings in file, then you can request methods\non `Revolut` class directly.\n\nExample:\n\n```ruby\nRevolut.accounts\n```\n\n## Supported Ruby Versions\n\nThis library aims to support and is [tested against][github_actions] the following Ruby\nimplementations:\n\n* Ruby 2.5.0\n* Ruby 2.6.0\n* Ruby 2.7.0\n* Ruby 3.0.0\n\n## Development\n\nAfter 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.\n\nTo 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).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/jpalumickas/revolut-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Revolut project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jpalumickas/revolut-ruby/blob/master/CODE_OF_CONDUCT.md).\n\n[rubygems]: https://rubygems.org/gems/revolut\n[codecov]: https://codecov.io/gh/jpalumickas/revolut-ruby\n[github_actions]: https://github.com/jpalumickas/revolut-ruby/actions\n\n[revolut]: https://www.revolut.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Frevolut-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpalumickas%2Frevolut-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpalumickas%2Frevolut-ruby/lists"}