Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,16 @@ pip install codat-files
import codat
from codat.models import operations, shared

s = codat.Codat()
s.config_security(
s = codat.Codat(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
auth_header="YOUR_API_KEY_HERE",
),
)



req = operations.DownloadFilesRequest(
security=operations.DownloadFilesSecurity(
api_key="YOUR_API_KEY_HERE",
),
path_params=operations.DownloadFilesPathParams(
company_id="unde",
),
query_params=operations.DownloadFilesQueryParams(
date_="2022-07-28T14:41:43.209Z",
),
company_id="unde",
date_="2022-08-10T14:41:25.900Z",
)

res = s.files.download_files(req)
Expand Down
66 changes: 65 additions & 1 deletion files/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,68 @@ Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.1] https://pypi.org/project/codat-files/0.1.1 - files
- [PyPI v0.1.1] https://pypi.org/project/codat-files/0.1.1 - files

## 2023-03-04 00:00:26
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.0] https://pypi.org/project/codat-files/0.2.0 - files

## 2023-03-06 00:00:33
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.1] https://pypi.org/project/codat-files/0.2.1 - files

## 2023-03-07 00:00:54
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.2] https://pypi.org/project/codat-files/0.2.2 - files

## 2023-03-08 00:00:52
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.3] https://pypi.org/project/codat-files/0.2.3 - files

## 2023-03-09 00:00:49
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.2.4] https://pypi.org/project/codat-files/0.2.4 - files

## 2023-03-10 00:00:48
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.3.0] https://pypi.org/project/codat-files/0.3.0 - files

## 2023-03-11 00:00:44
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.9.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.3.1] https://pypi.org/project/codat-files/0.3.1 - files

## 2023-03-15 00:00:27
### Changes
Based on:
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Files.yaml
- Speakeasy CLI 1.11.0 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.4.0] https://pypi.org/project/codat-files/0.4.0 - files
21 changes: 7 additions & 14 deletions files/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,16 @@
import codat
from codat.models import operations, shared

s = codat.Codat()
s.config_security(
s = codat.Codat(
security=shared.Security(
api_key="YOUR_API_KEY_HERE",
)
auth_header="YOUR_API_KEY_HERE",
),
)



req = operations.DownloadFilesRequest(
security=operations.DownloadFilesSecurity(
api_key="YOUR_API_KEY_HERE",
),
path_params=operations.DownloadFilesPathParams(
company_id="unde",
),
query_params=operations.DownloadFilesQueryParams(
date_="2022-07-28T14:41:43.209Z",
),
company_id="unde",
date_="2022-08-10T14:41:25.900Z",
)

res = s.files.download_files(req)
Expand Down
1 change: 1 addition & 0 deletions files/files.gen
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
src/codat/files.py
src/codat/sdk.py
pylintrc
setup.py
src/codat/__init__.py
src/codat/models/__init__.py
Expand Down
6 changes: 3 additions & 3 deletions files/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
configVersion: 1.0.0
management:
docChecksum: cca5233035a11c68cfe55b187722a245
docChecksum: 4bb6506e47b59a3c0e9b865f5442867a
docVersion: 2.1.0
speakeasyVersion: 1.7.1
speakeasyVersion: 1.11.0
generation:
telemetryEnabled: false
sdkClassName: codat
sdkFlattening: true
python:
version: 0.1.1
version: 0.4.0
author: Speakeasy
description: Python Client SDK Generated by Speakeasy
packageName: codat-files
Loading