API desenvolvida em GoLang
Ter o arquivo para importação em:
- Arquivo/q1_catalog.csv
Rodar o comando
- go build
- ./apiGo
Rodar o comando
- go get github.com/mattn/go-sqlite3
Rodar o comando
- go get github.com/gorilla/mux
GET http://localhost:8000/companies
- Params:
- name
- zip
POST http://localhost:8000/companies
- Body (Json)
- {"name":"MÁRIO MOTOS","zip":"54896","website":"motomario.com.br"}