{"id":26686066,"url":"https://github.com/finapps/ruby-client","last_synced_at":"2025-04-12T16:52:27.768Z","repository":{"id":37849851,"uuid":"21395920","full_name":"finapps/ruby-client","owner":"finapps","description":"Ruby client for Finapps","archived":false,"fork":false,"pushed_at":"2023-01-02T13:02:44.000Z","size":1385,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-23T21:02:53.688Z","etag":null,"topics":["gem","ruby","ruby-client"],"latest_commit_sha":null,"homepage":"","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/finapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-01T17:08:15.000Z","updated_at":"2022-02-18T13:40:38.000Z","dependencies_parsed_at":"2023-02-01T02:45:28.321Z","dependency_job_id":null,"html_url":"https://github.com/finapps/ruby-client","commit_stats":null,"previous_names":[],"tags_count":159,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finapps%2Fruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finapps%2Fruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finapps%2Fruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finapps%2Fruby-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finapps","download_url":"https://codeload.github.com/finapps/ruby-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248601308,"owners_count":21131608,"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":["gem","ruby","ruby-client"],"created_at":"2025-03-26T11:16:25.977Z","updated_at":"2025-04-12T16:52:27.738Z","avatar_url":"https://github.com/finapps.png","language":"Ruby","readme":"\nFinApps Ruby-Client\n===================\n\n[![Gem Version](https://img.shields.io/gem/v/finapps.svg)](https://rubygems.org/gems/finapps)\n![Main](https://github.com/finapps/ruby-client/workflows/Main/badge.svg)\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://finapps.mit-license.org)\n\n\nRuby client for [FinApps][financialapps].\n\nA simple library for communicating with the [FinApps][financialapps] REST API.\n\n\n\n## Installation\n\n\nTo install using [Bundler][bundler], add this line to your application's Gemfile:\n\n```ruby\n# Gemfile\ngem 'finapps'\n```\n\nAnd then execute:\n\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install finapps\n```\n\n\n\n## Getting started with FinApps REST client\n\n### Setup\n\nYou will need to authenticate every API call using your FinApps company credentials. \n\nPlease visit [FinApps][financialapps] if you still haven't setup your account with Financial Apps or have any issues locating your company credentials.\n\n\n``` ruby\nrequire 'finapps'\n\n# replace with your own credentials here\ncompany_identifier = 'my-company-identifier'\ncompany_token = 'my-company-token'\n\n# set up a client to talk to the FinApps REST API\n@client = FinApps::REST::Client.new company_identifier, company_token\n```\n\n### Release\n\nFor approved Pull Requests against the master branch, an aggregated release draft will be generated. This draft by default bumps the patch number of previous version.\nPlease refer to the [Release Drafter] action documentation for information on this process, specifically how to bump the major or minor numbers of the gem version.\n\nAs soon as this draft is converted into an actual release, an automated process also running on GitHub actions will be triggered to build the gem and release it to rubygems.org.\n\n\n[FinancialApps.com][financialapps]\n\n[bundler]: http://bundler.io\n[financialapps]: https://financialapps.com\n[builder]: http://builder.rubyforge.org/\n[bundler]: http://bundler.io\n[rubygems]: http://rubygems.org\n[build_status]: http://teamciti.powerwallet.com/viewType.html?buildTypeId=FaRuby_BuildMaster\u0026guest=1\n[Release Drafter]: https://github.com/release-drafter/release-drafter\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinapps%2Fruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinapps%2Fruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinapps%2Fruby-client/lists"}