-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from CodeForCuritiba/enhancement/config
Removido configuraçoes desnecessarias
- Loading branch information
Showing
3 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# onibus-io-backend | ||
|
||
|
||
##API | ||
## API | ||
|
||
* **/versao** : Versão da API; | ||
* **/api/linhas** : Lista de linhas (sem tabela e sem pontos); | ||
* **/api/linhas/{codigoLinha}** : Retorna a linha de acordo com o código. | ||
* **/api/linhas/{codigoLinha}** : Retorna a linha de acordo com o código; | ||
* **/api/veiculos** : Retorna uma lista de todos os veículos em circulação; | ||
* **/api/veiculos/{codigoVeiculo}** : Retorna uma lista das últimas posições de um veículo; | ||
* **/api/veiculos/linha/{codigoLinha}** : Retorna uma lista das últimas posições dos veículos de uma linha; | ||
|
||
## FAQ | ||
|
||
### Por que são retornados as últimas posições de um veículo e não apenas a última? | ||
|
||
Isso é feito para que possamos calcular a direção para onde o veículo está indo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters