Update RoutingManagerSimulator according to latest RM Swagger
[ric-plt/e2mgr.git] / tools / RoutingManagerSimulator / go / README.md
1 # Go API Server for swagger
2
3 This is the Swagger/OpenAPI 2.0 definition of Routing Manager's Northbound API.
4
5 ## Overview
6 This server was generated by the [swagger-codegen]
7 (https://github.com/swagger-api/swagger-codegen) project.  
8 By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.  
9 -
10
11 To see how to make this your own, look here:
12
13 [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)
14
15 - API version: 0.4.0
16 - Build date: 2019-12-30T10:52:31.803Z
17
18
19 ### Running the server
20 To run the server, follow these simple steps:
21
22 ```
23 go run main.go
24 ```
25