0.0.6 • Published 5 years ago

@bergac/strava-v3-ts-axios v0.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

strava-api-v3

An Open Api Specification 3 (OAS3) of the Strava API. Official Strava Swagger (OAS2) can be found at https://developers.strava.com/swagger/swagger.json
The Swagger Editor is used to convert it to yaml.

Example

In /strava-v3-ts-axios you can find the generated Strava API using Typescript and Axios.
See script generate-api.sh for which command is used to generate the code.

Creating a client

Run npm install first (it only installs @openapitools/openapi-generator-cli). Thereafter you can use npx to use the openapi-generator-cli directly from this project's root folder. If you'd like to generate the API in another language than Typescript/Axios, see openapi generate for more information about openapi generator and openapi generate clients for more information about which clients you could create.

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago