Unverified Commit c81b1640 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #299 from pastorsx/sp_dev_rework_api_11-12-13-28

legacy API code generation to match swagger files
parents c3e98e84 61a8a34b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ 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.0.1
- Build date: 2021-07-30T10:28:36.704-04:00
- Build date: 2021-09-10T15:03:21.192-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ 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.0.1
- Build date: 2021-07-30T10:28:38.093-04:00
- Build date: 2021-09-10T15:03:23.403-04:00


### Running the server
+385 −557

File changed.

Preview size limit exceeded, changes collapsed.

+371 −460

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
# Go API Server for server

The ETSI MEC ISG MEC011 MEC Application Support API described using OpenAPI
MEC Application Support Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC011 Application Enablement API](http://www.etsi.org/deliver/etsi_gs/MEC/001_099/011/02.02.01_60/gs_MEC011v020201p.pdf) <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-app-enablement](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-app-enablement/server/app-support) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about applications in the network <p>**Note**<br>AdvantEDGE supports a selected subset of Application Support API endpoints (see below).

## Overview
This server was generated by the [swagger-codegen]
@@ -12,8 +12,8 @@ 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: 2021-07-30T10:28:40.068467-04:00[America/Toronto]
- API version: 2.2.1
- Build date: 2021-09-10T15:03:26.519-04:00[America/New_York]


### Running the server
Loading