README.md in dkron-rb-0.10.0 vs README.md in dkron-rb-0.11.2
- old
+ new
@@ -4,11 +4,11 @@
You can communicate with Dkron using a RESTful JSON API over HTTP. Dkron nodes usually listen on port `8080` for API requests. All examples in this section assume that you've found a running leader at `localhost:8080`. Dkron implements a RESTful JSON API over HTTP to communicate with software clients. Dkron listens in port `8080` by default. All examples in this section assume that you're using the default port. Default API responses are unformatted JSON add the `pretty=true` param to format the response.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
-- API version: 0.10.0
+- API version: 0.11.2
- Package version: 0.10.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
## Installation
@@ -85,15 +85,11 @@
## Documentation for Models
- [Dkron::Execution](docs/Execution.md)
- [Dkron::ExecutorConfig](docs/ExecutorConfig.md)
- - [Dkron::ExecutorShell](docs/ExecutorShell.md)
- [Dkron::Job](docs/Job.md)
- [Dkron::Member](docs/Member.md)
- - [Dkron::ProcessorFiles](docs/ProcessorFiles.md)
- - [Dkron::ProcessorLog](docs/ProcessorLog.md)
- - [Dkron::ProcessorSyslog](docs/ProcessorSyslog.md)
- [Dkron::Processors](docs/Processors.md)
- [Dkron::Status](docs/Status.md)
## Documentation for Authorization