{"id":17347249,"url":"https://github.com/ianmitchell/buddy_api","last_synced_at":"2025-09-15T00:18:44.717Z","repository":{"id":151482866,"uuid":"21221970","full_name":"IanMitchell/buddy_api","owner":"IanMitchell","description":"A Ruby Wrapper for the Buddy Platform","archived":false,"fork":false,"pushed_at":"2015-03-16T22:20:49.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T15:45:02.351Z","etag":null,"topics":[],"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/IanMitchell.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-06-25T23:35:00.000Z","updated_at":"2015-03-16T22:20:49.000Z","dependencies_parsed_at":"2023-04-06T07:46:59.221Z","dependency_job_id":null,"html_url":"https://github.com/IanMitchell/buddy_api","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/IanMitchell%2Fbuddy_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IanMitchell%2Fbuddy_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IanMitchell%2Fbuddy_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IanMitchell%2Fbuddy_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IanMitchell","download_url":"https://codeload.github.com/IanMitchell/buddy_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245832746,"owners_count":20679702,"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":[],"created_at":"2024-10-15T16:48:07.631Z","updated_at":"2025-03-27T11:19:44.097Z","avatar_url":"https://github.com/IanMitchell.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buddy API\n\n**Note:** _This Gem is currently in development and unreleased at this time. I'm still working on it, but development has hit a bit of a standstill until I need it for a project I'm working on._\n\nMost of the Buddy API codebase is in, it just hasn't been tested yet. There also is currently significant code reuse. Both problems are being worked on over time!\n\n\n### Fully Tested and Documented\n\n1. Core (used internally)\n2. Device\n\n### Tested and Undocumented\n\n1. N/A\n\n### Partially Tested and Undocumented\n\n1. User (Create, Login)\n\n### Untested and Undocumented\n\n1. Album\n2. Album Item\n3. Blob\n4. Checkin\n5. Game\n6. Identity\n7. Location\n8. Message\n9. Metadata\n10. Metric\n11. Picture\n12. Player\n13. Push\n14. Score\n15. Scoreboard\n16. Session\n17. User List\n18. Video\n\n----\n\n## Installation\n\n_Since this gem is currently unreleased, the below is not true._\n\nAdd this line to your application's Gemfile:\n\n    gem 'buddy_api'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install buddy_api\n\n## Configuraton\n\nBefore you can make calls, you must configure the gem as such:\n\n    BuddyAPI.configure do |config|\n      config.app_id = 'AppID Here'\n      config.app_key = 'AppKey Here'\n      # Must be one of [:free, :pro, :enterprise]. Defaults to :free\n      config.tier = :free\n    end\n\n#### Testing\n\nTo test this gem, you'll need to register a test application on Buddy. Make a new file `test/config.yml` with the following contents:\n\n    appID: Your ID Here\n    appKey: Your Key Here\n\nAfter that, you should be able to run `rake test` effectively.\n\n\n## Changelog\n\n**Version 1.0.0**: _July X, 2014_\n* Implemented\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmitchell%2Fbuddy_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianmitchell%2Fbuddy_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmitchell%2Fbuddy_api/lists"}