1- # monday-sdk
1+ # monday-code
22No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator )
33
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 0.0.1
7- - Package version: 1. 0.0
7+ - Package version: 0.0.1
88- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
1010## Requirements.
@@ -23,7 +23,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
2323
2424Then import the package:
2525``` python
26- import monday_sdk
26+ import monday_code
2727```
2828
2929### Setuptools
@@ -37,7 +37,7 @@ python setup.py install --user
3737
3838Then import the package:
3939``` python
40- import monday_sdk
40+ import monday_code
4141```
4242
4343### Tests
@@ -50,23 +50,23 @@ Please follow the [installation procedure](#installation--usage) and then run th
5050
5151``` python
5252
53- import monday_sdk
54- from monday_sdk .rest import ApiException
53+ import monday_code
54+ from monday_code .rest import ApiException
5555from pprint import pprint
5656
5757# Defining the host is optional and defaults to http://localhost:59999
5858# See configuration.py for a list of all supported configuration parameters.
59- configuration = monday_sdk .Configuration(
59+ configuration = monday_code .Configuration(
6060 host = " http://localhost:59999"
6161)
6262
6363
6464
6565# Enter a context with an instance of the API client
66- with monday_sdk .ApiClient(configuration) as api_client:
66+ with monday_code .ApiClient(configuration) as api_client:
6767 # Create an instance of the API class
68- api_instance = monday_sdk .QueueApi(api_client)
69- publish_message_params = monday_sdk .PublishMessageParams() # PublishMessageParams |
68+ api_instance = monday_code .QueueApi(api_client)
69+ publish_message_params = monday_code .PublishMessageParams() # PublishMessageParams |
7070
7171 try :
7272 api_response = api_instance.publish_message(publish_message_params)
@@ -89,19 +89,22 @@ Class | Method | HTTP request | Description
8989* SecureStorageApi* | [ ** delete_secure_storage** ] ( docs/SecureStorageApi.md#delete_secure_storage ) | ** DELETE** /secure-storage/{key} |
9090* SecureStorageApi* | [ ** get_secure_storage** ] ( docs/SecureStorageApi.md#get_secure_storage ) | ** GET** /secure-storage/{key} |
9191* SecureStorageApi* | [ ** put_secure_storage** ] ( docs/SecureStorageApi.md#put_secure_storage ) | ** PUT** /secure-storage/{key} |
92- * StorageApi* | [ ** delete_storage ** ] ( docs/StorageApi.md#delete_storage ) | ** DELETE** /storage/{key} |
93- * StorageApi* | [ ** get_storage ** ] ( docs/StorageApi.md#get_storage ) | ** GET** /storage/{key} |
94- * StorageApi* | [ ** put_storage ** ] ( docs/StorageApi.md#put_storage ) | ** PUT ** /storage/{key} |
95- * StorageApi* | [ ** storage_increment_counter ** ] ( docs/StorageApi.md#storage_increment_counter ) | ** PUT** /storage/{key}/counter/increment |
92+ * StorageApi* | [ ** delete_by_key_from_storage ** ] ( docs/StorageApi.md#delete_by_key_from_storage ) | ** DELETE** /storage/{key} |
93+ * StorageApi* | [ ** get_by_key_from_storage ** ] ( docs/StorageApi.md#get_by_key_from_storage ) | ** GET** /storage/{key} |
94+ * StorageApi* | [ ** increment_counter ** ] ( docs/StorageApi.md#increment_counter ) | ** POST ** /storage/counter/increment |
95+ * StorageApi* | [ ** upsert_by_key_from_storage ** ] ( docs/StorageApi.md#upsert_by_key_from_storage ) | ** PUT** /storage/{key} |
9696
9797
9898## Documentation For Models
9999
100- - [ GetStorage404Response] ( docs/GetStorage404Response.md )
100+ - [ GetByKeyFromStorage404Response] ( docs/GetByKeyFromStorage404Response.md )
101+ - [ GetByKeyFromStorage500Response] ( docs/GetByKeyFromStorage500Response.md )
101102 - [ IncrementCounterParams] ( docs/IncrementCounterParams.md )
103+ - [ JsonValue] ( docs/JsonValue.md )
102104 - [ Period] ( docs/Period.md )
103105 - [ PublishMessageParams] ( docs/PublishMessageParams.md )
104106 - [ PublishMessageResponse] ( docs/PublishMessageResponse.md )
107+ - [ SecureStorageDataContract] ( docs/SecureStorageDataContract.md )
105108 - [ StorageDataContract] ( docs/StorageDataContract.md )
106109 - [ ValidateSecretParams] ( docs/ValidateSecretParams.md )
107110 - [ ValidateSecretResponse] ( docs/ValidateSecretResponse.md )
0 commit comments