{"id":17363206,"url":"https://github.com/arcward/picketer","last_synced_at":"2026-01-03T03:03:45.512Z","repository":{"id":57452508,"uuid":"92680524","full_name":"arcward/picketer","owner":"arcward","description":"Ticketmaster Discovery API client based on my recreation of the API schema","archived":false,"fork":false,"pushed_at":"2017-05-29T22:40:01.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T08:18:06.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/arcward.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-28T18:51:36.000Z","updated_at":"2018-04-24T12:48:26.000Z","dependencies_parsed_at":"2022-08-29T22:30:15.415Z","dependency_job_id":null,"html_url":"https://github.com/arcward/picketer","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/arcward%2Fpicketer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fpicketer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fpicketer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcward%2Fpicketer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcward","download_url":"https://codeload.github.com/arcward/picketer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597914,"owners_count":20316871,"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-15T20:00:13.258Z","updated_at":"2026-01-03T03:03:40.481Z","avatar_url":"https://github.com/arcward.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# picketer\nSwagger spec based on Ticketmaster Discovery API\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build package: io.swagger.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation \u0026 Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport picketer \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport picketer\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport picketer\nfrom picketer.rest import ApiException\nfrom pprint import pprint\n\n# Configure API key authorization: APIKeyQueryParam\npicketer.configuration.api_key['apikey'] = 'YOUR_API_KEY'\n# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n# picketer.configuration.api_key_prefix['apikey'] = 'Bearer'\n# create an instance of the API class\napi_instance = picketer.AttractionsApi()\nid = 'id_example' # str | Attraction ID\nlocale = 'locale_example' # str |  (optional)\ninclude_licensed_content = 'include_licensed_content_example' # str |  (optional)\n\ntry:\n    # Get attraction details by ID\n    api_response = api_instance.attraction_details(id, locale=locale, include_licensed_content=include_licensed_content)\n    pprint(api_response)\nexcept ApiException as e:\n    print(\"Exception when calling AttractionsApi-\u003eattraction_details: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://app.ticketmaster.com/discovery/v2*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*AttractionsApi* | [**attraction_details**](docs/AttractionsApi.md#attraction_details) | **GET** /attractions/{id} | Get attraction details by ID\n*AttractionsApi* | [**search_attractions**](docs/AttractionsApi.md#search_attractions) | **GET** /attractions | Search attractions\n*ClassificationsApi* | [**classification_details**](docs/ClassificationsApi.md#classification_details) | **GET** /classifications/{id} | Get classification details by ID\n*ClassificationsApi* | [**genre_details**](docs/ClassificationsApi.md#genre_details) | **GET** /classifications/genres/{id} | Get genre details by ID\n*ClassificationsApi* | [**search_classifications**](docs/ClassificationsApi.md#search_classifications) | **GET** /classifications | Search classifications\n*ClassificationsApi* | [**segment_details**](docs/ClassificationsApi.md#segment_details) | **GET** /classifications/segments/{id} | Get segment details by ID\n*ClassificationsApi* | [**subgenre_details**](docs/ClassificationsApi.md#subgenre_details) | **GET** /classifications/subgenres/{id} | Get subgenre details by ID\n*EventsApi* | [**event_details**](docs/EventsApi.md#event_details) | **GET** /events/{id} | Get event details by ID\n*EventsApi* | [**event_images**](docs/EventsApi.md#event_images) | **GET** /events/{id}/images | Get event images\n*EventsApi* | [**search_events**](docs/EventsApi.md#search_events) | **GET** /events | Event search\n*VenuesApi* | [**search_venues**](docs/VenuesApi.md#search_venues) | **GET** /venues | Venue search\n*VenuesApi* | [**venue_details**](docs/VenuesApi.md#venue_details) | **GET** /venues/{id} | Get venue details by ID\n\n\n## Documentation For Models\n\n - [Access](docs/Access.md)\n - [Address](docs/Address.md)\n - [Area](docs/Area.md)\n - [Attraction](docs/Attraction.md)\n - [BoxOfficeInfo](docs/BoxOfficeInfo.md)\n - [Chronology](docs/Chronology.md)\n - [City](docs/City.md)\n - [Classification](docs/Classification.md)\n - [ClassificationType](docs/ClassificationType.md)\n - [Container](docs/Container.md)\n - [Country](docs/Country.md)\n - [DMA](docs/DMA.md)\n - [Dates](docs/Dates.md)\n - [Duration](docs/Duration.md)\n - [Embedded](docs/Embedded.md)\n - [EndTime](docs/EndTime.md)\n - [Event](docs/Event.md)\n - [EventImages](docs/EventImages.md)\n - [Field](docs/Field.md)\n - [FieldType](docs/FieldType.md)\n - [GeneralInfo](docs/GeneralInfo.md)\n - [Genre](docs/Genre.md)\n - [GenreDetails](docs/GenreDetails.md)\n - [Image](docs/Image.md)\n - [Link](docs/Link.md)\n - [Links](docs/Links.md)\n - [Location](docs/Location.md)\n - [Market](docs/Market.md)\n - [Page](docs/Page.md)\n - [Place](docs/Place.md)\n - [PresaleDate](docs/PresaleDate.md)\n - [Price](docs/Price.md)\n - [Promoter](docs/Promoter.md)\n - [PublicDate](docs/PublicDate.md)\n - [Sales](docs/Sales.md)\n - [SeatMap](docs/SeatMap.md)\n - [Segment](docs/Segment.md)\n - [SegmentDetails](docs/SegmentDetails.md)\n - [Social](docs/Social.md)\n - [State](docs/State.md)\n - [Status](docs/Status.md)\n - [SubGenre](docs/SubGenre.md)\n - [SubGenreDetails](docs/SubGenreDetails.md)\n - [Time](docs/Time.md)\n - [TimeValue](docs/TimeValue.md)\n - [Twitter](docs/Twitter.md)\n - [Type](docs/Type.md)\n - [Venue](docs/Venue.md)\n - [Zone](docs/Zone.md)\n\n\n## Documentation For Authorization\n\n\n## APIKeyQueryParam\n\n- **Type**: API key\n- **API key parameter name**: apikey\n- **Location**: URL query string\n\n\n## Author\n\ngit@edward.sh\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcward%2Fpicketer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcward%2Fpicketer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcward%2Fpicketer/lists"}