Skip to content

colibri-project-io/fc-live-200624

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fc-live-200624

Repositório de fontes da live do dia 20/06/2024 da Full Cycle

Chamadas ao serviço

GetAll

curl 'http://localhost:8080/public/cities?page=1&pageSize=10&name=Salvador&uf=BA'

GetById

curl 'http://localhost:8080/public/cities/3d6b712a-2f37-11ef-ad27-53a0959f9cd9'

GetByCep

curl 'http://localhost:8080/public/cities/cep/42800941'

CreateCity

curl --request POST 'http://localhost:8080/public/cities' \
--header 'Content-Type: application/json' \
--data '{
    "name": "Salvador",
    "uf": "BA"
}'

DeleteCityById

curl --request DELETE 'http://localhost:8080/public/cities/3d6b712a-2f37-11ef-ad27-53a0959f9cd9'

About

Repositório de fontes da live do dia 20/06/2024 da Full Cycle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published