Skip to content

Commit

Permalink
Adding front end changes and generated code for sbox query string in …
Browse files Browse the repository at this point in the history
…/login
  • Loading branch information
nikhildoifode committed Mar 30, 2021
1 parent b7e7dc1 commit 98f44a7
Show file tree
Hide file tree
Showing 29 changed files with 991 additions and 588 deletions.
2 changes: 1 addition & 1 deletion examples/demo1/src/demo-server/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-03-19T16:44:29.217-04:00
- Build date: 2021-03-25T18:22:14.601-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion examples/demo1/src/iperf-proxy/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-03-19T16:44:30.722-04:00
- Build date: 2021-03-25T18:22:16.767-04:00


### Running the server
Expand Down
10 changes: 10 additions & 0 deletions go-apps/meep-auth-svc/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ paths:
- "gitlab"
x-exportParamName: "Provider"
x-optionalDataType: "String"
- name: "sbox"
in: "query"
description: "Create Sandbox by default"
required: false
type: "string"
enum:
- "true"
- "false"
x-exportParamName: "Sbox"
x-optionalDataType: "String"
responses:
302:
description: "Found"
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-auth-svc/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-08T21:48:11.560-05:00
- Build date: 2021-03-25T18:22:12.573-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-gis-engine/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:44:18.556-04:00
- Build date: 2021-03-25T18:21:58.374-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-loc-serv/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.1.1
- Build date: 2021-03-19T16:44:19.475894-04:00[America/Toronto]
- Build date: 2021-03-25T18:21:59.761-04:00[America/New_York]


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-metrics-engine/server/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:44:15.406-04:00
- Build date: 2021-03-25T18:21:53.436-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-mg-manager/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:44:11.315-04:00
- Build date: 2021-03-25T18:21:47.144-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-mon-engine/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:44:09.881-04:00
- Build date: 2021-03-25T18:21:44.982-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-platform-ctrl/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:43:39.319-04:00
- Build date: 2021-03-25T18:21:05.267-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-rnis/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.1.1
- Build date: 2021-03-19T16:44:22.345418-04:00[America/Toronto]
- Build date: 2021-03-25T18:22:04.046-04:00[America/New_York]


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-sandbox-ctrl/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
- Build date: 2021-03-19T16:44:08.473-04:00
- Build date: 2021-03-25T18:21:42.876-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-wais/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.1.1
- Build date: 2021-03-19T16:44:25.528282-04:00[America/Toronto]
- Build date: 2021-03-25T18:22:08.812-04:00[America/New_York]


### Running the server
Expand Down
Loading

0 comments on commit 98f44a7

Please sign in to comment.