Skip to content

Commit

Permalink
fu
Browse files Browse the repository at this point in the history
  • Loading branch information
omrikiei committed Dec 21, 2023
1 parent de8dd49 commit 2d85798
Show file tree
Hide file tree
Showing 6 changed files with 7,013 additions and 4 deletions.
31 changes: 31 additions & 0 deletions examples/internal/clients/abe/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ paths:
/v1/example/a_bit_of_everything:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CreateBody"
parameters:
Expand Down Expand Up @@ -134,6 +135,7 @@ paths:
/v1/example/a_bit_of_everything/params/get/nested_enum/{singleNested.ok}:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckNestedEnumGetQueryParams"
parameters:
Expand Down Expand Up @@ -556,6 +558,7 @@ paths:
/v1/example/a_bit_of_everything/params/get/{singleNested.name}:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckGetQueryParams"
parameters:
Expand Down Expand Up @@ -985,6 +988,7 @@ paths:
/v1/example/a_bit_of_everything/params/post/{stringValue}:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckPostQueryParams"
parameters:
Expand Down Expand Up @@ -1401,6 +1405,7 @@ paths:
/v1/example/a_bit_of_everything/query/{uuidName}:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_GetQuery"
parameters:
Expand Down Expand Up @@ -1842,6 +1847,7 @@ paths:
? /v1/example/a_bit_of_everything/{floatValue}/{doubleValue}/{int64Value}/separator/{uint64Value}/{int32Value}/{fixed64Value}/{fixed32Value}/{boolValue}/{stringValue}/{uint32Value}/{sfixed32Value}/{sfixed64Value}/{sint32Value}/{sint64Value}/{nonConventionalNameValue}/{enumValue}/{pathEnumValue}/{nestedPathEnumValue}/{enumValueAnnotation}
: post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
summary: "Create a new ABitOfEverything"
description: "This API creates a new ABitOfEverything"
Expand Down Expand Up @@ -2260,6 +2266,7 @@ paths:
/v1/example/a_bit_of_everything/{uuidName}:
head:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Exists"
parameters:
Expand Down Expand Up @@ -2678,6 +2685,7 @@ paths:
$ref: "#/definitions/rpcStatus"
put:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Update"
parameters:
Expand Down Expand Up @@ -2722,6 +2730,7 @@ paths:
$ref: "#/definitions/rpcStatus"
options:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CustomOptionsRequest"
parameters:
Expand Down Expand Up @@ -3141,6 +3150,7 @@ paths:
/v1/example/a_bit_of_everything/{uuidName}:custom:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Custom"
parameters:
Expand Down Expand Up @@ -3577,6 +3587,7 @@ paths:
/v1/example/a_bit_of_everything/{uuidName}:custom:custom:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_DoubleColon"
parameters:
Expand Down Expand Up @@ -4013,6 +4024,7 @@ paths:
/v1/example/a_bit_of_everything/{uuid}:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Lookup"
parameters:
Expand Down Expand Up @@ -4049,6 +4061,7 @@ paths:
$ref: "#/definitions/rpcStatus"
delete:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Delete"
parameters:
Expand Down Expand Up @@ -4092,6 +4105,7 @@ paths:
? /v1/example/a_bit_of_everything_repeated/{pathRepeatedFloatValue}/{pathRepeatedDoubleValue}/{pathRepeatedInt64Value}/{pathRepeatedUint64Value}/{pathRepeatedInt32Value}/{pathRepeatedFixed64Value}/{pathRepeatedFixed32Value}/{pathRepeatedBoolValue}/{pathRepeatedStringValue}/{pathRepeatedBytesValue}/{pathRepeatedUint32Value}/{pathRepeatedEnumValue}/{pathRepeatedSfixed32Value}/{pathRepeatedSfixed64Value}/{pathRepeatedSint32Value}/{pathRepeatedSint64Value}
: get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_GetRepeatedQuery"
parameters:
Expand Down Expand Up @@ -4286,6 +4300,7 @@ paths:
/v1/example/checkStatus:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckStatus"
parameters: []
Expand Down Expand Up @@ -4318,6 +4333,7 @@ paths:
/v1/example/deep_path/{singleNested.name}:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_DeepPathEcho"
parameters:
Expand Down Expand Up @@ -4362,6 +4378,7 @@ paths:
/v1/example/oneofenum:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_PostOneofEnum"
parameters:
Expand Down Expand Up @@ -4400,6 +4417,7 @@ paths:
/v1/example/requiredmessagetype:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_PostRequiredMessageType"
parameters:
Expand Down Expand Up @@ -4494,6 +4512,7 @@ paths:
/v1/{book.name}:
patch:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_UpdateBook"
parameters:
Expand Down Expand Up @@ -4550,6 +4569,7 @@ paths:
/v1/{parent}/books:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
summary: "Create a book."
operationId: "ABitOfEverythingService_CreateBook"
Expand Down Expand Up @@ -4606,6 +4626,7 @@ paths:
/v2/example/a_bit_of_everything/{uuidName}:
put:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_UpdateV2"
parameters:
Expand Down Expand Up @@ -4659,6 +4680,7 @@ paths:
$ref: "#/definitions/rpcStatus"
patch:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_UpdateV22"
parameters:
Expand Down Expand Up @@ -4837,6 +4859,7 @@ paths:
/v2/example/errorwithdetails:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_ErrorWithDetails"
parameters: []
Expand Down Expand Up @@ -4869,6 +4892,7 @@ paths:
/v2/example/overwriterequestcontenttype:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_OverwriteRequestContentType"
consumes:
Expand Down Expand Up @@ -4909,6 +4933,7 @@ paths:
/v2/example/overwriteresponsecontenttype:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_OverwriteResponseContentType"
produces:
Expand Down Expand Up @@ -4943,6 +4968,7 @@ paths:
/v2/example/postwithemptybody/{name}:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_PostWithEmptyBody"
parameters:
Expand Down Expand Up @@ -4986,6 +5012,7 @@ paths:
/v2/example/timeout:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_Timeout"
parameters: []
Expand Down Expand Up @@ -5018,6 +5045,7 @@ paths:
/v2/example/withbody/{id}:
post:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_GetMessageWithBody"
parameters:
Expand Down Expand Up @@ -5061,6 +5089,7 @@ paths:
/v2/{value}:check:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckExternalPathEnum"
parameters:
Expand Down Expand Up @@ -5101,6 +5130,7 @@ paths:
/v2a/example/a_bit_of_everything/{uuidName}:
patch:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_UpdateV23"
parameters:
Expand Down Expand Up @@ -5147,6 +5177,7 @@ paths:
/v3/{value}:check:
get:
tags:
- "ABitOfEverythingService"
- "ABitOfEverything"
operationId: "ABitOfEverythingService_CheckExternalNestedPathEnum"
parameters:
Expand Down
Loading

0 comments on commit 2d85798

Please sign in to comment.