API
Open-API specifications are provided for the core "vanilla" Milagro D-TA HTTP REST services and for both the shipped plugins: Bitcoin Wallet Security and Safeguard Secret.
- Standard API The Swagger UI is available at this link.
- Bitcoin Wallet Security Plugin API
- Safeguard Secret API
Testing The API
This assumes that your local DTA is running on port 5556 as described in the quick start guide.
Instructions for installing Swagger UI can be found here.
For example...
docker pull swaggerapi/swagger-ui
docker run -p 80:8080 swaggerapi/swagger-ui
In your browser hit http://localhost:80
Paste the URL of one of the API docs above into the text box at the top of the screen.
Please let us know your comments by subscribing to dev@milagro.apache.org by sending an email to dev-subscribe@milagro.apache.org.