Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielmaialva33/doc-sympla-integration

Documentação de integração com a API da Sympla
https://github.com/gabrielmaialva33/doc-sympla-integration

docs openapi openapi-specification openapi3 sympla

Last synced: about 1 month ago
JSON representation

Documentação de integração com a API da Sympla

Awesome Lists containing this project

README

        




Doc: Sympla


A documentation for Sympla API



GitHub top language
GitHub language count
Repository size
License

GitHub last commit
Maia


About   |   
Technologies   |   
Installation   |   
Configuration   |   
Documentation   |   
License


## :bookmark: About

**Doc: Sympla API** is a documentation for [Sympla API](https://developers.sympla.com.br/)


## :computer: Technologies

- **[OpenAPI](https://swagger.io/specification/)**
- **[Insomnia](https://insomnia.rest/)**
- **[Sympla API](https://developers.sympla.com.br/)**

## :package: Installation

```bash
# 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
```

### :wrench: **Configuration**

open the `doc-sympla.yaml` file in insomnia or postman and change the host and basePath

```yaml
host: "api.sympla.com.br"
basePath: "/public/v3"
```

### :memo: **Documentation**

```md
# Use insomnia or postman to test the routes

file `doc-sympla.yaml` in root directory
```

### :writing_hand: **Author**

| [![Maia](https://avatars.githubusercontent.com/u/26732067?size=100)](https://github.com/gabrielmaialva33) |
|-----------------------------------------------------------------------------------------------------------|
| [Maia](https://github.com/gabrielmaialva33) |

## License

[MIT License](./LICENSE)