{"id":26579836,"url":"https://github.com/mondaycom/monday-code-python-sdk","last_synced_at":"2025-03-23T06:29:12.970Z","repository":{"id":236687320,"uuid":"765140933","full_name":"mondaycom/monday-code-python-sdk","owner":"mondaycom","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-28T06:48:10.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T03:24:16.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mondaycom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-29T11:04:41.000Z","updated_at":"2024-05-29T08:00:23.122Z","dependencies_parsed_at":null,"dependency_job_id":"6b9f6aa0-76a3-41c7-af07-d92983b4340b","html_url":"https://github.com/mondaycom/monday-code-python-sdk","commit_stats":null,"previous_names":["mondaycom/monday-code-python-sdk"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondaycom%2Fmonday-code-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondaycom","download_url":"https://codeload.github.com/mondaycom/monday-code-python-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066073,"owners_count":20555393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-23T06:29:12.369Z","updated_at":"2025-03-23T06:29:12.962Z","avatar_url":"https://github.com/mondaycom.png","language":"Python","readme":"# monday-code\n\n## Installation \u0026 Usage\n```sh\npip install monday-code\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport monday_code\nfrom monday_code.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost:59999\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = monday_code.Configuration(\n    host = \"http://localhost:59999\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith monday_code.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = monday_code.EnvironmentVariablesApi(api_client)\n    name = 'name_example' # str | \n\n    try:\n        api_response = api_instance.get_environment_variable(name)\n        print(\"The response of EnvironmentVariablesApi-\u003eget_environment_variable:\\n\")\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling EnvironmentVariablesApi-\u003eget_environment_variable: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost:59999*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*EnvironmentVariablesApi* | [**get_environment_variable**](docs/EnvironmentVariablesApi.md#get_environment_variable) | **GET** /environment-variables/{name} | \n*EnvironmentVariablesApi* | [**get_environment_variable_keys**](docs/EnvironmentVariablesApi.md#get_environment_variable_keys) | **GET** /environment-variables | \n*LogsApi* | [**write_log**](docs/LogsApi.md#write_log) | **POST** /logs | \n*QueueApi* | [**publish_message**](docs/QueueApi.md#publish_message) | **POST** /queue | \n*QueueApi* | [**validate_secret**](docs/QueueApi.md#validate_secret) | **POST** /queue/validate-secret | \n*SecretsApi* | [**get_secret**](docs/SecretsApi.md#get_secret) | **GET** /secrets/{name} | \n*SecretsApi* | [**get_secret_keys**](docs/SecretsApi.md#get_secret_keys) | **GET** /secrets | \n*SecureStorageApi* | [**delete_secure_storage**](docs/SecureStorageApi.md#delete_secure_storage) | **DELETE** /secure-storage/{key} | \n*SecureStorageApi* | [**get_secure_storage**](docs/SecureStorageApi.md#get_secure_storage) | **GET** /secure-storage/{key} | \n*SecureStorageApi* | [**put_secure_storage**](docs/SecureStorageApi.md#put_secure_storage) | **PUT** /secure-storage/{key} | \n*StorageApi* | [**delete_by_key_from_storage**](docs/StorageApi.md#delete_by_key_from_storage) | **DELETE** /storage/{key} | \n*StorageApi* | [**get_by_key_from_storage**](docs/StorageApi.md#get_by_key_from_storage) | **GET** /storage/{key} | \n*StorageApi* | [**increment_counter**](docs/StorageApi.md#increment_counter) | **PUT** /storage/counter/increment | \n*StorageApi* | [**search_record**](docs/StorageApi.md#search_record) | **GET** /storage/search/{term} | \n*StorageApi* | [**upsert_by_key_from_storage**](docs/StorageApi.md#upsert_by_key_from_storage) | **PUT** /storage/{key} | \n\n\n## Documentation For Models\n\n - [GetByKeyFromStorage404Response](docs/GetByKeyFromStorage404Response.md)\n - [GetByKeyFromStorage500Response](docs/GetByKeyFromStorage500Response.md)\n - [IncrementCounter200Response](docs/IncrementCounter200Response.md)\n - [IncrementCounter200ResponseAnyOf](docs/IncrementCounter200ResponseAnyOf.md)\n - [IncrementCounter200ResponseAnyOf1](docs/IncrementCounter200ResponseAnyOf1.md)\n - [IncrementCounterParams](docs/IncrementCounterParams.md)\n - [JsonDataContract](docs/JsonDataContract.md)\n - [LogMethods](docs/LogMethods.md)\n - [Period](docs/Period.md)\n - [PublishMessageParams](docs/PublishMessageParams.md)\n - [PublishMessageResponse](docs/PublishMessageResponse.md)\n - [StorageDataContract](docs/StorageDataContract.md)\n - [UpsertByKeyFromStorage200Response](docs/UpsertByKeyFromStorage200Response.md)\n - [UpsertByKeyFromStorage200ResponseAnyOf](docs/UpsertByKeyFromStorage200ResponseAnyOf.md)\n - [UpsertByKeyFromStorage200ResponseAnyOf1](docs/UpsertByKeyFromStorage200ResponseAnyOf1.md)\n - [ValidateSecretParams](docs/ValidateSecretParams.md)\n - [ValidateSecretResponse](docs/ValidateSecretResponse.md)\n - [WriteLogRequestBody](docs/WriteLogRequestBody.md)\n - [WriteLogRequestBodyError](docs/WriteLogRequestBodyError.md)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondaycom%2Fmonday-code-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondaycom%2Fmonday-code-python-sdk/lists"}