{"id":16380997,"url":"https://github.com/anthonator/skittles","last_synced_at":"2025-06-22T18:39:28.703Z","repository":{"id":56896026,"uuid":"1387033","full_name":"anthonator/skittles","owner":"anthonator","description":"Foursquare v2 REST API client library for Ruby","archived":false,"fork":false,"pushed_at":"2013-05-15T16:19:45.000Z","size":329,"stargazers_count":31,"open_issues_count":2,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T16:12:43.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rdoc.info/github/anthonator/skittles/master/frames","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/anthonator.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rdoc","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":"2011-02-19T18:50:37.000Z","updated_at":"2023-03-17T12:02:37.000Z","dependencies_parsed_at":"2022-08-21T01:50:20.587Z","dependency_job_id":null,"html_url":"https://github.com/anthonator/skittles","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/anthonator/skittles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonator%2Fskittles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonator%2Fskittles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonator%2Fskittles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonator%2Fskittles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonator","download_url":"https://codeload.github.com/anthonator/skittles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonator%2Fskittles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261344842,"owners_count":23144939,"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-11T03:53:06.248Z","updated_at":"2025-06-22T18:39:23.659Z","avatar_url":"https://github.com/anthonator.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skittles [![endorse](http://api.coderwall.com/anthonator/endorsecount.png)](http://coderwall.com/anthonator)\n\nA Ruby implementation of the Foursquare v2 REST API.\n\n## Documentation\n\nYou can view detailed documentation of this library at http://rdoc.info/github/anthonator/skittles. We try to make sure that our documentation is up-to-date and thorough. However, we do recommend keeping the [Foursquare developer documentation](https://developer.foursquare.com/docs/) handy.\n\nIf you find a discrepency in our documentation please [file an issue](https://github.com/anthonator/skittles/issues/new).\n\n## Usage\n\n```ruby\nrequire 'rubygems'\nrequire 'skittles'\n  \nSkittles.configure do |config|\n  config.client_id     = '...'\n  config.client_secret = '...'\n  config.access_token  = '...'\nend\n  \nbegin\n  Skittles.venue('211152')\nrescue Skittles::Error =\u003e e\n  puts \"You recieved the #{e.type} error and a status code of #{e.code} which means #{e.detail}.\"\nend\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonator%2Fskittles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonator%2Fskittles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonator%2Fskittles/lists"}