A documentation for Sympla API
About | Technologies | Installation | Configuration | Documentation | License
Doc: Sympla API is a documentation for Sympla API
# clone the repository
git clone https://github.com/gabrielmaialva33/doc-sympla-integration.git
# enter the directory
cd doc-sympla-integration
# use inso to generate the documentation
inso generate --spec doc-sympla-integration.yaml --type openapi --output doc-sympla-integration.json
open the doc-sympla.yaml
file in insomnia or postman and change the host and basePath
host: "api.sympla.com.br"
basePath: "/public/v3"
# Use insomnia or postman to test the routes
file `doc-sympla.yaml` in root directory
Maia |