This commit is contained in:
Noah Spannbauer
2023-02-15 12:46:50 -06:00
parent c2d8bd1838
commit 0d5eb3e801
99 changed files with 20124 additions and 213 deletions

View File

@@ -1,4 +1,34 @@
actions:
- name: teamById
definition:
kind: ""
handler: http://teams
request_transform:
method: GET
query_params: {}
request_headers:
add_headers: {}
remove_headers:
- content-type
template_engine: Kriti
url: '{{$base_url}}/api/teams/{{$body.input.id}}'
version: 2
- name: teams
definition:
kind: ""
handler: http://teams
request_transform:
method: GET
query_params:
pageNumber: '{{$body.input.pageNumber}}'
pageSize: '{{$body.input.pageSize}}'
request_headers:
add_headers: {}
remove_headers:
- content-type
template_engine: Kriti
url: '{{$base_url}}/api/teams'
version: 2
- name: venueById
definition:
kind: ""
@@ -39,4 +69,7 @@ custom_types:
- name: VenuesPagedResponse
- name: VenueResponse
- name: VenueByIdResponse
- name: TeamsPagedResponse
- name: Team
- name: TeamByIdResponse
scalars: []