optnc/ridet-nc-api
Provides enriched data about companies and their establishments in New Caledonia using RID / RIDET
203
API sending open data concerning companies in New Caledonia and their establishments.
docker run --rm -d -p 8080:8080 docker.io/optnc/ridet-nc-api:latest
GET /companies/{rid}
GET /companies/{rid}/establishments
GET /establishments/{ridet}
GET /communes/{codeGeo}
Simple http
request using httpie tool.
http :8080/companies/0132720
http :8080/companies/0132720/establishments
http :8080/establishments/0132720001
http :8080/communes/98818
❤️🩹 Status endpoint : http://localhost:8080/q/health
http :8080/q/health
📝 OpenApi : http://localhost:8080/q/openapi
http :8080/q/openapi
📖 Swagger : http://localhost:8080/q/swagger-ui/
docker pull optnc/ridet-nc-api