|
1 | | -# example v0.0.1 7fb0c7ec825a4b11489f18f6be64880a8b72ccee |
| 1 | +# example v1.0.0 78160f3365e4f91df80f171a445efde0a288026e |
2 | 2 | # -- |
3 | | -# Code generated by webrpc-gen@v0.31.0 with ../ generator; DO NOT EDIT |
| 3 | +# Code generated by webrpc-gen@v0.32.3 with ../ generator; DO NOT EDIT |
4 | 4 | # |
5 | 5 | # webrpc-gen -schema=./api.ridl -target=../ -out=./openapi.gen.yaml -title=Example webrpc API -apiVersion=v22.11.8 -serverUrl=https://api.example.com -serverDescription=Production -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests', 'name': 'X-Access-Key' }, 'ServiceAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests', 'name': 'X-Access-Key' } } |
6 | 6 | openapi: 3.0.0 |
@@ -582,7 +582,7 @@ components: |
582 | 582 | $ref: '#/components/schemas/User' |
583 | 583 |
|
584 | 584 | paths: |
585 | | - /rpc/ExampleService/Ping: |
| 585 | + /v1/ExampleService/Ping: |
586 | 586 | post: |
587 | 587 | operationId: ExampleService-Ping |
588 | 588 | tags: ["ExampleService"] |
@@ -624,7 +624,7 @@ paths: |
624 | 624 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
625 | 625 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
626 | 626 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
627 | | - /rpc/ExampleService/GetUser: |
| 627 | + /v1/ExampleService/GetUser: |
628 | 628 | post: |
629 | 629 | operationId: ExampleService-GetUser |
630 | 630 | tags: ["ExampleService"] |
@@ -668,7 +668,7 @@ paths: |
668 | 668 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
669 | 669 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
670 | 670 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
671 | | - /rpc/ExampleService/GetUserV2: |
| 671 | + /v1/ExampleService/GetUserV2: |
672 | 672 | post: |
673 | 673 | operationId: ExampleService-GetUserV2 |
674 | 674 | tags: ["ExampleService"] |
@@ -713,7 +713,7 @@ paths: |
713 | 713 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
714 | 714 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
715 | 715 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
716 | | - /rpc/ExampleService/FindUser: |
| 716 | + /v1/ExampleService/FindUser: |
717 | 717 | post: |
718 | 718 | operationId: ExampleService-FindUser |
719 | 719 | tags: ["ExampleService"] |
@@ -761,7 +761,7 @@ paths: |
761 | 761 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
762 | 762 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
763 | 763 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
764 | | - /rpc/ExampleService/ListUsers: |
| 764 | + /v1/ExampleService/ListUsers: |
765 | 765 | post: |
766 | 766 | operationId: ExampleService-ListUsers |
767 | 767 | tags: ["ExampleService"] |
@@ -804,7 +804,7 @@ paths: |
804 | 804 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
805 | 805 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
806 | 806 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
807 | | - /rpc/ExampleService/GetComplex: |
| 807 | + /v1/ExampleService/GetComplex: |
808 | 808 | post: |
809 | 809 | operationId: ExampleService-GetComplex |
810 | 810 | tags: ["ExampleService"] |
@@ -845,7 +845,7 @@ paths: |
845 | 845 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
846 | 846 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
847 | 847 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
848 | | - /rpc/ExampleService/GetAllOptional: |
| 848 | + /v1/ExampleService/GetAllOptional: |
849 | 849 | post: |
850 | 850 | operationId: ExampleService-GetAllOptional |
851 | 851 | tags: ["ExampleService"] |
@@ -886,7 +886,7 @@ paths: |
886 | 886 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
887 | 887 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
888 | 888 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
889 | | - /rpc/ExampleService/StreamUserNotifications: |
| 889 | + /v1/ExampleService/StreamUserNotifications: |
890 | 890 | post: |
891 | 891 | operationId: ExampleService-StreamUserNotifications |
892 | 892 | tags: ["ExampleService"] |
@@ -930,7 +930,7 @@ paths: |
930 | 930 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
931 | 931 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
932 | 932 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
933 | | - /rpc/ExampleService2/Ping: |
| 933 | + /v1/ExampleService2/Ping: |
934 | 934 | post: |
935 | 935 | operationId: ExampleService2-Ping |
936 | 936 | tags: ["ExampleService2"] |
@@ -972,7 +972,7 @@ paths: |
972 | 972 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
973 | 973 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
974 | 974 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
975 | | - /rpc/ExampleService2/GetUserV2: |
| 975 | + /v1/ExampleService2/GetUserV2: |
976 | 976 | post: |
977 | 977 | operationId: ExampleService2-GetUserV2 |
978 | 978 | tags: ["ExampleService2"] |
@@ -1015,7 +1015,7 @@ paths: |
1015 | 1015 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
1016 | 1016 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
1017 | 1017 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
1018 | | - /rpc/ExampleService2/FindUser: |
| 1018 | + /v1/ExampleService2/FindUser: |
1019 | 1019 | post: |
1020 | 1020 | operationId: ExampleService2-FindUser |
1021 | 1021 | tags: ["ExampleService2"] |
@@ -1063,7 +1063,7 @@ paths: |
1063 | 1063 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
1064 | 1064 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
1065 | 1065 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
1066 | | - /rpc/ExampleService2/ListUsers: |
| 1066 | + /v1/ExampleService2/ListUsers: |
1067 | 1067 | post: |
1068 | 1068 | operationId: ExampleService2-ListUsers |
1069 | 1069 | tags: ["ExampleService2"] |
@@ -1106,7 +1106,7 @@ paths: |
1106 | 1106 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
1107 | 1107 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
1108 | 1108 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
1109 | | - /rpc/ExampleService2/StreamUserNotifications: |
| 1109 | + /v1/ExampleService2/StreamUserNotifications: |
1110 | 1110 | post: |
1111 | 1111 | operationId: ExampleService2-StreamUserNotifications |
1112 | 1112 | tags: ["ExampleService2"] |
@@ -1150,7 +1150,7 @@ paths: |
1150 | 1150 | - $ref: '#/components/schemas/ErrorWebrpcServerPanic' |
1151 | 1151 | - $ref: '#/components/schemas/ErrorWebrpcInternalError' |
1152 | 1152 | - $ref: '#/components/schemas/ErrorDatabaseDown' |
1153 | | - /rpc/AdminService/ListUsers: |
| 1153 | + /v1/AdminService/ListUsers: |
1154 | 1154 | post: |
1155 | 1155 | operationId: AdminService-ListUsers |
1156 | 1156 | tags: ["AdminService"] |
|
0 commit comments