File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11### API REST de Consulta de Cidades do Brasil
22
3+ ##### Endpoints
4+ [ /cities] ( https://cities-api-dio-java.herokuapp.com/cities " /cities ")
5+ <br />
6+ [ /countries] ( https://cities-api-dio-java.herokuapp.com/countries?page=5&size=50&sort=id,asc " /countries ")
7+ <br />
8+ [ /countries/{id}] ( https://cities-api-dio-java.herokuapp.com/countries/1 " /countries/{id} ")
9+ <br />
10+ [ /states] ( https://cities-api-dio-java.herokuapp.com/states " /states ")
11+ <br />
12+ [ /distances/by-cube] ( https://cities-api-dio-java.herokuapp.com/distances/by-cube?from=4929&to=5254 " /distances/by-cube ")
13+ <br />
14+ [ /distances/by-points] ( https://cities-api-dio-java.herokuapp.com/distances/by-points?from=4929&to=5254 " /distances/by-points ")
15+
316##### Framework do Projeto
417- [ Spring Initializr] ( https://start.spring.io/ " Spring Initializr ")
518- ** Project:** Gradle Project
@@ -205,4 +218,4 @@ heroku logs --tail
205218
206219```
207220git push heroku master
208- ```
221+ ```
You can’t perform that action at this time.
0 commit comments