26 lines
655 B
Markdown
Executable File
26 lines
655 B
Markdown
Executable File
# Go API Server for swagger
|
|
|
|
This is the Swagger/OpenAPI 2.0 definition of Routing Manager's Northbound API.
|
|
|
|
## Overview
|
|
This server was generated by the [swagger-codegen]
|
|
(https://github.com/swagger-api/swagger-codegen) project.
|
|
By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.
|
|
-
|
|
|
|
To see how to make this your own, look here:
|
|
|
|
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)
|
|
|
|
- API version: 0.4.0
|
|
- Build date: 2019-12-30T10:52:31.803Z
|
|
|
|
|
|
### Running the server
|
|
To run the server, follow these simple steps:
|
|
|
|
```
|
|
go run main.go
|
|
```
|
|
|