Important
THIS REPOSITORY IS DEPRECATED.
Development on this webservice has been moved to: https://github.com/identifiers-org/monorepo. This new repository targets easier code integration and facilitated CI/CD pipeline. For any concerns, please contact us or open a issue at our main issue board.
This Web Service implements identifiers.org Compact ID resolution API for programmatic access to ID resolution services.
The only requirement for running the resolution service is having a working installation of Docker.
The docker image is called identifiersorg/cloud-ws-resolver, and it is part of identifiers.org Docker Hub.
The following command is an example on how to launch the resolution service
docker-compose -f docker-compose-standalone.yml up
There is a Java based library, libapi, that implements a client for this Web Service.
Please, refer to its documentation on how to connect to identifiers.org Web Services.
Documentation for developers will be coming soon, through the repository Wiki.
Manuel Bernal Llinares