Skip to content
README.md 655 B
Newer Older
Simon Pastor's avatar
Simon Pastor committed
# Go API Server for server

Simon Pastor's avatar
Simon Pastor committed
The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
Simon Pastor's avatar
Simon Pastor committed

## 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: 2.1.1
- Build date: 2020-11-13T09:24:39.456-05:00
Simon Pastor's avatar
Simon Pastor committed


### Running the server
To run the server, follow these simple steps:

```
go run main.go
```