{"id":21278285,"url":"https://github.com/rubyeffect/fund_america","last_synced_at":"2025-07-11T08:32:55.283Z","repository":{"id":34689146,"uuid":"38663612","full_name":"rubyeffect/fund_america","owner":"rubyeffect","description":"Ruby Gem for FundAmerica API by http://www.rubyeffect.com Documentation:","archived":false,"fork":false,"pushed_at":"2019-09-13T08:03:06.000Z","size":64,"stargazers_count":11,"open_issues_count":7,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-14T08:46:14.570Z","etag":null,"topics":["api-gateway","fundamerica-gem","payment-gateway","rails","ruby","ruby-gem","sinatra"],"latest_commit_sha":null,"homepage":"http://blog.rubyeffect.com/category/fundamerica/","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/rubyeffect.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":"2015-07-07T04:15:35.000Z","updated_at":"2019-01-18T16:44:35.000Z","dependencies_parsed_at":"2022-09-22T14:25:53.533Z","dependency_job_id":null,"html_url":"https://github.com/rubyeffect/fund_america","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffund_america","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffund_america/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffund_america/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyeffect%2Ffund_america/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyeffect","download_url":"https://codeload.github.com/rubyeffect/fund_america/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110575,"owners_count":17422411,"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-gateway","fundamerica-gem","payment-gateway","rails","ruby","ruby-gem","sinatra"],"created_at":"2024-11-21T10:11:28.034Z","updated_at":"2024-11-21T10:11:28.639Z","avatar_url":"https://github.com/rubyeffect.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FundAmerica\n\nThis is a ruby gem to provide easy implementation of FundAmerica API\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fund_america'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fund_america\n\n## Usage\n\nThe details on usage of FundAmerica gem are present at: http://blog.rubyeffect.com/category/fundamerica/. If you wish to see FundAmerica's API documentation, please visit the url: https://apps.fundamerica.com/support/documentation\n\n1. [FundAmerica Gem Introductory Post](http://blog.rubyeffect.com/fundamerica-gem/)\n2. [Entity Endpoints Part One](http://blog.rubyeffect.com/fundamerica-gem-entity-endpoints/)\n3. [Entity Endpoints Part Two](http://blog.rubyeffect.com/fundamerica-gem-entity-endpoints-part-two/)\n4. [API Info](http://blog.rubyeffect.com/fundamerica-gem-api-info-ach-authorizations/)\n5. [ACH Authorizations](http://blog.rubyeffect.com/fundamerica-gem-api-info-ach-authorizations/)\n6. [Background Checks](http://blog.rubyeffect.com/fundamerica-gem-background-checks-bank-info/)\n7. [Bank Info](http://blog.rubyeffect.com/fundamerica-gem-background-checks-bank-info/)\n8. [Error Handling](http://blog.rubyeffect.com/fundamerica-gem-error-handling/)\n9. [Offerings](http://blog.rubyeffect.com/fundamerica-gem-offerings/)\n10. [Cancel Offering Request](http://blog.rubyeffect.com/fundamerica-gem-cancel-close-offering-requests/)\n11. [Close Offering Request](http://blog.rubyeffect.com/fundamerica-gem-cancel-close-offering-requests/)\n\n## TODO\n\n1. Addition of new end points as per the latest FundAmerica latest changelog\n2. Addition of paginated results fetch, sorting and hide options for resource_list responses\n3. Support for ruby versions \u003c 2.2.2\n4. More test cases\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, 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`.\n\n### Running tests\n\nTo the run tests get a sandbox key from `https://sandbox.fundamerica.com/accounts/\u003cyour-account\u003e/api_keys` then run:\n\n```console\n$ env FUND_AMERICA_SANDBOX_KEY='\u003cYOUR-SANDBOX-KEY\u003e' rspec\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/rubyeffect/fund_america/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n1. Dan M (https://github.com/dan987)\n2. Charles S (https://github.com/Designbookcom)\n3. David Reid (https://github.com/dreid)\n\n## Authored by\n\nSanjay Vedula (sanjay.vedula@gmail.com)\n\n## About RubyEffect\n\n\u003ca href=\"http://www.rubyeffect.com\" target=\"_blank\"\u003e\n  \u003cimg src=\"http://blog.rubyeffect.com/wp-content/uploads/2015/05/cropped-re_original_logo.png\" alt=\"RubyEffect\"\u003e\n\u003c/a\u003e\n\nRubyEffect builds intuitive, live and elegant software that solves real world problems. We love open source and it's community.\n\nLiked this gem? You may also like the articles we post on our [blog](http://blog.rubyeffect.com). Please do check\n\nWe would love to work on your ideas and see them grow. Say hello @ http://rubyeffect.com/contact\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Ffund_america","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyeffect%2Ffund_america","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyeffect%2Ffund_america/lists"}