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