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
18 changes: 8 additions & 10 deletions expenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ pip install codat-expenses
import codat
from codat.models import operations, shared

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



req = operations.GetCompanyConfigurationRequest(
path_params=operations.GetCompanyConfigurationPathParams(
company_id="unde",
),
company_id="unde",
)

res = s.configuration.get_company_configuration(req)
Expand All @@ -40,8 +38,8 @@ if res.get_company_configuration_200_application_json_object is not None:

### configuration

* `get_company_configuration` - Get Company configuration
* `save_company_configuration` - Set Company configuration
* `get_company_configuration` - Get company configuration
* `save_company_configuration` - Set company configuration

### connections

Expand Down
74 changes: 73 additions & 1 deletion expenses/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,76 @@ Based on:
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.1] https://pypi.org/project/codat-expenses/0.1.1 - expenses
- [PyPI v0.1.1] https://pypi.org/project/codat-expenses/0.1.1 - expenses

## 2023-03-03 01:54:25
### Changes
Based on:
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
- Speakeasy CLI 1.7.1 https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.2] https://pypi.org/project/codat-expenses/0.1.2 - expenses

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

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

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

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

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

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

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

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

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



req = operations.GetCompanyConfigurationRequest(
path_params=operations.GetCompanyConfigurationPathParams(
company_id="unde",
),
company_id="unde",
)

res = s.configuration.get_company_configuration(req)
Expand Down
1 change: 1 addition & 0 deletions expenses/files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ src/codat/sync.py
src/codat/sync_status.py
src/codat/transaction_status.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 expenses/gen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
configVersion: 1.0.0
management:
docChecksum: 2721452c28c941bc57247116ace45229
docChecksum: dc98b83b56250d730f6b49ba2e37b3bf
docVersion: prealpha
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-expenses
Loading