Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getyourguide/partner-api-spec
GetYourGuide Partner API OpenAPI Specifications
https://github.com/getyourguide/partner-api-spec
api-documentation
Last synced: 1 day ago
JSON representation
GetYourGuide Partner API OpenAPI Specifications
- Host: GitHub
- URL: https://github.com/getyourguide/partner-api-spec
- Owner: getyourguide
- License: apache-2.0
- Created: 2021-07-22T05:50:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:57:21.000Z (16 days ago)
- Last Synced: 2024-10-30T14:45:11.577Z (16 days ago)
- Topics: api-documentation
- Language: HTML
- Homepage: https://code.getyourguide.com/partner-api-spec/
- Size: 7.45 MB
- Stars: 11
- Watchers: 57
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GetYourGuide Partner API OpenAPI Specifications
This GetYourGuide Partner API provides access to GetYourGuide’s marketplace for tours and activities.
It has a RESTful interface and uses the JSON media format. Access is secured via SSL and an API access token.
### Table of contents* [API Reference](https://code.getyourguide.com/partner-api-spec/)
* [Getting Started - Wiki](https://github.com/getyourguide/partner-api-spec/wiki/Getting-started)
* [Additional Resources](https://github.com/getyourguide/partner-api-spec/tree/main/resources)## [Generating clients](https://openapi-generator.tech/docs/installation/)
You can use the openapi generator cli to automatically generate different language clients.
Some generators include (`go`, `typescript-node`, `ruby`)Clone the repository and then you can run this command to generate a `typescript-node` client
```
npx @openapitools/openapi-generator-cli generate -i api.yaml -g typescript-node -o /tmp/ts/
```
## SecurityFor sensitive security matters please contact [[email protected]](mailto:[email protected]).
## Legal
Copyright 2024 GetYourGuide GmbH.
**partner-api-spec** is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full text.