Metadata-Version: 2.1
Name: toaztr-specs
Version: 0.76.0
Summary: OpenAPI specs of Toaztr
Home-page: https://github.com/Toaztr/specs
Author: Toaztr SAS
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Toaztr/specs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# OpenAPI definition for Toaztr APIs

Documentation is accessible on our [developers site](https://developers.toaztr.com).

# Usage

## Inclusion in your project

Compiled specs can be accessed from the [developers site](https://developers.toaztr.com) or from the following package managers:
- For javascript/typescript on [npmjs](https://www.npmjs.com/package/@toaztr/specs)
- For python on [pypi](https://pypi.org/project/toaztr-specs/)

## Code generation

If you require code generation from the api specs, it is up to you to set it up from the compiled specs we publish.
A good starting point is the [OpenAPI generator](https://openapi-generator.tech/).


