├── .gitignore ├── README.md └── maps └── nextbike-maps.openapi.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextbike/api-doc/HEAD/README.md -------------------------------------------------------------------------------- /maps/nextbike-maps.openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nextbike/api-doc/HEAD/maps/nextbike-maps.openapi.yaml --------------------------------------------------------------------------------