Skip to content

Commit

Permalink
format response as code (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 authored Nov 5, 2023
1 parent a6aeddc commit 2b22ea1
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ To access raw HTTP response values, use the `.raw` namespace.
#### 🔄 Return

{{#if prstv2}}
[{{{name}}}](./{{packageName}}/pydantic/{{classFilename}}.py)
[`{{{name}}}`](./{{packageName}}/pydantic/{{classFilename}}.py)
{{else}}
[{{{name}}}](./{{packageName}}/type/{{classFilename}}.py)
[`{{{name}}}`](./{{packageName}}/type/{{classFilename}}.py)
{{/if}}

{{/with}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The ID of the workflow run to retrieve.

#### 🔄 Return<a id="🔄-return"></a>

[WorkflowRunEntity](./leap_workflows/type/workflow_run_entity.py)
[`WorkflowRunEntity`](./leap_workflows/type/workflow_run_entity.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down Expand Up @@ -182,7 +182,7 @@ The URL to which the workflow results should be sent to on completion.
[`WorkflowRunPostRequest`](./leap_workflows/type/workflow_run_post_request.py)
#### 🔄 Return<a id="🔄-return"></a>

[WorkflowRunEntity](./leap_workflows/type/workflow_run_entity.py)
[`WorkflowRunEntity`](./leap_workflows/type/workflow_run_entity.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fetch_response = pythonpydanticlistinunion.test.fetch()

#### 🔄 Return<a id="🔄-return"></a>

[Response](./python_pydantic_list_in_union/pydantic/response.py)
[`Response`](./python_pydantic_list_in_union/pydantic/response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fetch_response = pythonpydanticlistresponse.test.fetch()

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_pydantic_list_response/pydantic/test_fetch_response.py)
[`TestFetchResponse`](./python_pydantic_list_response/pydantic/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fetch_response = pythonpydanticrecursivelyconverttomodels.test.fetch()

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_pydantic_recursively_convert_to_models/pydantic/test_fetch_response.py)
[`TestFetchResponse`](./python_pydantic_recursively_convert_to_models/pydantic/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand All @@ -161,7 +161,7 @@ list_response = pythonpydanticrecursivelyconverttomodels.test.list()

#### 🔄 Return<a id="🔄-return"></a>

[ListInner](./python_pydantic_recursively_convert_to_models/pydantic/list_inner.py)
[`ListInner`](./python_pydantic_recursively_convert_to_models/pydantic/list_inner.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fetch_response = pythonpydanticreservednamespacemodel.test.fetch()

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_pydantic_reserved_namespace_model/pydantic/test_fetch_response.py)
[`TestFetchResponse`](./python_pydantic_reserved_namespace_model/pydantic/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The input parameter to process.

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_pydantic/pydantic/test_fetch_response.py)
[`TestFetchResponse`](./python_pydantic/pydantic/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand All @@ -179,7 +179,7 @@ reserved_word_response = pythonpydanticresponses.test.reserved_word()

#### 🔄 Return<a id="🔄-return"></a>

[TestReservedWord](./python_pydantic/pydantic/test_reserved_word.py)
[`TestReservedWord`](./python_pydantic/pydantic/test_reserved_word.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ fetch_response = pythonpydanticunion.test.fetch()

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_pydantic_union/pydantic/test_fetch_response.py)
[`TestFetchResponse`](./python_pydantic_union/pydantic/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The input parameter to process.

#### 🔄 Return<a id="🔄-return"></a>

[TestFetchResponse](./python_typeddict/type/test_fetch_response.py)
[`TestFetchResponse`](./python_typeddict/type/test_fetch_response.py)

#### 🌐 Endpoint<a id="🌐-endpoint"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The ID of the workflow run to retrieve.
#### 🔄 Return<a id="🔄-return"></a>
[WorkflowRunEntity](./leap_workflows/type/workflow_run_entity.py)
[\`WorkflowRunEntity\`](./leap_workflows/type/workflow_run_entity.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down Expand Up @@ -184,7 +184,7 @@ The URL to which the workflow results should be sent to on completion.
[\`WorkflowRunPostRequest\`](./leap_workflows/type/workflow_run_post_request.py)
#### 🔄 Return<a id="🔄-return"></a>
[WorkflowRunEntity](./leap_workflows/type/workflow_run_entity.py)
[\`WorkflowRunEntity\`](./leap_workflows/type/workflow_run_entity.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fetch_response = pythonpydanticlistinunion.test.fetch()
#### 🔄 Return<a id="🔄-return"></a>
[Response](./python_pydantic_list_in_union/pydantic/response.py)
[\`Response\`](./python_pydantic_list_in_union/pydantic/response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fetch_response = pythonpydanticlistresponse.test.fetch()
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_pydantic_list_response/pydantic/test_fetch_response.py)
[\`TestFetchResponse\`](./python_pydantic_list_response/pydantic/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fetch_response = pythonpydanticrecursivelyconverttomodels.test.fetch()
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_pydantic_recursively_convert_to_models/pydantic/test_fetch_response.py)
[\`TestFetchResponse\`](./python_pydantic_recursively_convert_to_models/pydantic/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand All @@ -164,7 +164,7 @@ list_response = pythonpydanticrecursivelyconverttomodels.test.list()
#### 🔄 Return<a id="🔄-return"></a>
[ListInner](./python_pydantic_recursively_convert_to_models/pydantic/list_inner.py)
[\`ListInner\`](./python_pydantic_recursively_convert_to_models/pydantic/list_inner.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fetch_response = pythonpydanticreservednamespacemodel.test.fetch()
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_pydantic_reserved_namespace_model/pydantic/test_fetch_response.py)
[\`TestFetchResponse\`](./python_pydantic_reserved_namespace_model/pydantic/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The input parameter to process.
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_pydantic/pydantic/test_fetch_response.py)
[\`TestFetchResponse\`](./python_pydantic/pydantic/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand All @@ -182,7 +182,7 @@ reserved_word_response = pythonpydanticresponses.test.reserved_word()
#### 🔄 Return<a id="🔄-return"></a>
[TestReservedWord](./python_pydantic/pydantic/test_reserved_word.py)
[\`TestReservedWord\`](./python_pydantic/pydantic/test_reserved_word.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fetch_response = pythonpydanticunion.test.fetch()
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_pydantic_union/pydantic/test_fetch_response.py)
[\`TestFetchResponse\`](./python_pydantic_union/pydantic/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The input parameter to process.
#### 🔄 Return<a id="🔄-return"></a>
[TestFetchResponse](./python_typeddict/type/test_fetch_response.py)
[\`TestFetchResponse\`](./python_typeddict/type/test_fetch_response.py)
#### 🌐 Endpoint<a id="🌐-endpoint"></a>
Expand Down

0 comments on commit 2b22ea1

Please sign in to comment.