{"id":20279149,"url":"https://github.com/peterhellberg/riksteatern","last_synced_at":"2025-03-04T01:49:50.307Z","repository":{"id":7452464,"uuid":"8795856","full_name":"peterhellberg/riksteatern","owner":"peterhellberg","description":"Ruby client for the Riksteatern API","archived":false,"fork":false,"pushed_at":"2013-03-19T22:08:16.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T15:04:35.887Z","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/peterhellberg.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":"2013-03-15T09:32:42.000Z","updated_at":"2015-11-30T00:34:13.000Z","dependencies_parsed_at":"2022-09-10T05:12:04.097Z","dependency_job_id":null,"html_url":"https://github.com/peterhellberg/riksteatern","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Friksteatern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Friksteatern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Friksteatern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Friksteatern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterhellberg","download_url":"https://codeload.github.com/peterhellberg/riksteatern/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241768277,"owners_count":20017129,"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-11-14T13:28:33.896Z","updated_at":"2025-03-04T01:49:50.277Z","avatar_url":"https://github.com/peterhellberg.png","language":"Ruby","readme":"# Riksteatern\n\nA small Ruby client for the Riksteatern API.\n\nYou can find out more about the API (In Swedish) on [http://data.riksteatern.se/](http://data.riksteatern.se/).\n\n[![Build Status](https://travis-ci.org/peterhellberg/riksteatern.png?branch=master)](https://travis-ci.org/peterhellberg/riksteatern)\n[![Gem Version](https://badge.fury.io/rb/riksteatern.png)](http://badge.fury.io/rb/riksteatern)\n\n## Dependencies\n\nNo runtime dependencies. Bundler, Rake and Minitest are required for development.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'riksteatern'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install riksteatern\n\n## Usage\n\n*You need to be authenticated to use the API.*\n\n**Access request: [http://data.riksteatern.se/ansokan/](http://data.riksteatern.se/ansokan/)**\n\n```ruby\nRiksteatern.account('\u003cUSERNAME\u003e', '\u003cPASSWORD\u003e')\n```\n\nNow you are ready to start fetching data :)\n\n```ruby\n# Find an event by id\ne = Riksteatern::Event.find(992423)\ne.name #=\u003e \"En mans föreställning\"\n\n# Number of events in Stockholms län\nRiksteatern::Event.all(regionName: 'Stockholms län').size #=\u003e 46\n\n# Find a venue by id\nv = Riksteatern::Venue.find(2260101)\n\n## The region name of the location\nv.location.region #=\u003e \"Västernorrlands län\"\n\n## Print the address of the venue\nputs v.address\n\n# Find a production by id\np = Riksteatern::Production.find(42)\n\n## Get the number of pictures\np.pictures.size #=\u003e 4\n\n## Get the categories of the production\np.categories #=\u003e [\"Barn/Skola\", \"Teater\", \"Mim\", \"Musikteater\"]\n```\n\nYou might also want to take a look at the `specs`\n\n## Suggestions for improving the API\n\n * Correct the spelling of `accesibility` *sic*\n * Change `category` to `categories` since it is a list\n * Upper limit on how many results to return\n * Pagination of results\n\n## Contributing\n\n1. Fork it\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 new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Friksteatern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterhellberg%2Friksteatern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Friksteatern/lists"}