
automately.core.services.api.README.md Maven / Gradle / Ivy
### automately.core.services.api - The REST API Server
This package contains the ApiServer that acts as a RESTful API for Automately Core.
You check check out the REST API Documentation [here](http://docs.automately.apiary.io/)
### jcluster.json Configuration
```
{"automately" : {"core" : {"api" : {"host" : "0.0.0.0","port" : 8080}}}}
```
host - The hostname you wish the REST API Server to listen on (default: 0.0.0.0)
port - The port you wish the REST API Server to listen on (port: 8080)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy