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

https://github.com/mariosantosdev/nlw-heat

This project was developed in the event of the Rocketseat.
https://github.com/mariosantosdev/nlw-heat

Last synced: 7 days ago
JSON representation

This project was developed in the event of the Rocketseat.

Awesome Lists containing this project

README

          

# NLW Heat 2021

## Backend

### Routes

| Path | Method | Body | Params | NeedToken |
| ------------- | ------ | ------------ | ---------------------- | --------- |
| /authenticate | POST | code: string | | false |
| /messages | POST | text: string | | true |
| /messages | GET | | maxMessages (optional) | false |
| /profile | GET | | | true |