This version of the API has been deprecated. Check the new one: https://github.com/projectpoder/qqwapi-elastic
Built on Swagger/OpenAPI, nodejs and express.
- API: api.quienesquien.wiki/v1/{persons,organizations,contracts,memberships}
- DOCS: api.quienesquien.wiki/v1/docs
- SPECIFICATION: api.quienesquien.wiki/v1/spec.json
Please see query-to-mongo for filtering and field selection references with GET method.
docker build . -t poder/quienesquienapi:0.3
docker push poder/quienesquienapi:0.3
docker images are pushed automatically here:
https://hub.docker.com/r/poder/quienesquienapi/tags/
docker run -p 8085:8080 --env MONGODB_URI=localhost:27017/dbname poder/quienesquienapi:0.3 &