{"id":51135599,"url":"https://github.com/bmlt-enabled/bmlt-server-python-client","last_synced_at":"2026-06-25T17:30:56.962Z","repository":{"id":86380329,"uuid":"556500947","full_name":"bmlt-enabled/bmlt-server-python-client","owner":"bmlt-enabled","description":"Python Client for BMLT Admin API","archived":false,"fork":false,"pushed_at":"2025-12-15T04:34:10.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T23:37:30.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/bmlt-root-server-client/","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/bmlt-enabled.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-24T01:10:24.000Z","updated_at":"2025-12-15T04:33:55.000Z","dependencies_parsed_at":"2023-09-24T03:38:50.761Z","dependency_job_id":null,"html_url":"https://github.com/bmlt-enabled/bmlt-server-python-client","commit_stats":null,"previous_names":["bmlt-enabled/bmlt-server-python-client"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/bmlt-server-python-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmlt-enabled","download_url":"https://codeload.github.com/bmlt-enabled/bmlt-server-python-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-python-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34786225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-25T17:30:56.889Z","updated_at":"2026-06-25T17:30:56.948Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bmlt-server-client\nBMLT Admin API Documentation\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Generator version: 7.20.0-SNAPSHOT\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.9+\n\n## Installation \u0026 Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/bmlt-enabled/bmlt-server-python-client.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/bmlt-enabled/bmlt-server-python-client.git`)\n\nThen import the package:\n```python\nimport bmlt_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport bmlt_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport bmlt_client\nfrom bmlt_client.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost:8000/main_server\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = bmlt_client.Configuration(\n    host = \"http://localhost:8000/main_server\"\n)\n\n# The client must configure the authentication and authorization parameters\n# in accordance with the API server security policy.\n# Examples for each auth method are provided below, use the example that\n# satisfies your auth use case.\n\nconfiguration.access_token = os.environ[\"ACCESS_TOKEN\"]\n\n\n# Enter a context with an instance of the API client\nwith bmlt_client.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = bmlt_client.RootServerApi(api_client)\n\n    try:\n        # Revokes a token\n        api_instance.auth_logout()\n    except ApiException as e:\n        print(\"Exception when calling RootServerApi-\u003eauth_logout: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost:8000/main_server*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*RootServerApi* | [**auth_logout**](docs/RootServerApi.md#auth_logout) | **POST** /api/v1/auth/logout | Revokes a token\n*RootServerApi* | [**auth_refresh**](docs/RootServerApi.md#auth_refresh) | **POST** /api/v1/auth/refresh | Revokes and issues a new token\n*RootServerApi* | [**auth_token**](docs/RootServerApi.md#auth_token) | **POST** /api/v1/auth/token | Creates a token\n*RootServerApi* | [**create_error_test**](docs/RootServerApi.md#create_error_test) | **POST** /api/v1/errortest | Tests some errors\n*RootServerApi* | [**create_format**](docs/RootServerApi.md#create_format) | **POST** /api/v1/formats | Creates a format\n*RootServerApi* | [**create_meeting**](docs/RootServerApi.md#create_meeting) | **POST** /api/v1/meetings | Creates a meeting\n*RootServerApi* | [**create_service_body**](docs/RootServerApi.md#create_service_body) | **POST** /api/v1/servicebodies | Creates a service body\n*RootServerApi* | [**create_user**](docs/RootServerApi.md#create_user) | **POST** /api/v1/users | Creates a user\n*RootServerApi* | [**delete_format**](docs/RootServerApi.md#delete_format) | **DELETE** /api/v1/formats/{formatId} | Deletes a format\n*RootServerApi* | [**delete_meeting**](docs/RootServerApi.md#delete_meeting) | **DELETE** /api/v1/meetings/{meetingId} | Deletes a meeting\n*RootServerApi* | [**delete_service_body**](docs/RootServerApi.md#delete_service_body) | **DELETE** /api/v1/servicebodies/{serviceBodyId} | Deletes a service body\n*RootServerApi* | [**delete_user**](docs/RootServerApi.md#delete_user) | **DELETE** /api/v1/users/{userId} | Deletes a user\n*RootServerApi* | [**get_format**](docs/RootServerApi.md#get_format) | **GET** /api/v1/formats/{formatId} | Retrieves a format\n*RootServerApi* | [**get_formats**](docs/RootServerApi.md#get_formats) | **GET** /api/v1/formats | Retrieves formats\n*RootServerApi* | [**get_laravel_log**](docs/RootServerApi.md#get_laravel_log) | **GET** /api/v1/logs/laravel | Retrieves laravel log\n*RootServerApi* | [**get_meeting**](docs/RootServerApi.md#get_meeting) | **GET** /api/v1/meetings/{meetingId} | Retrieves a meeting\n*RootServerApi* | [**get_meeting_changes**](docs/RootServerApi.md#get_meeting_changes) | **GET** /api/v1/meetings/{meetingId}/changes | Retrieve changes for a meeting\n*RootServerApi* | [**get_meetings**](docs/RootServerApi.md#get_meetings) | **GET** /api/v1/meetings | Retrieves meetings\n*RootServerApi* | [**get_root_server**](docs/RootServerApi.md#get_root_server) | **GET** /api/v1/rootservers/{rootServerId} | Retrieves a root server\n*RootServerApi* | [**get_root_servers**](docs/RootServerApi.md#get_root_servers) | **GET** /api/v1/rootservers | Retrieves root servers\n*RootServerApi* | [**get_service_bodies**](docs/RootServerApi.md#get_service_bodies) | **GET** /api/v1/servicebodies | Retrieves service bodies\n*RootServerApi* | [**get_service_body**](docs/RootServerApi.md#get_service_body) | **GET** /api/v1/servicebodies/{serviceBodyId} | Retrieves a service body\n*RootServerApi* | [**get_settings**](docs/RootServerApi.md#get_settings) | **GET** /api/v1/settings | Retrieves all settings\n*RootServerApi* | [**get_user**](docs/RootServerApi.md#get_user) | **GET** /api/v1/users/{userId} | Retrieves a single user\n*RootServerApi* | [**get_users**](docs/RootServerApi.md#get_users) | **GET** /api/v1/users | Retrieves users\n*RootServerApi* | [**partial_update_user**](docs/RootServerApi.md#partial_update_user) | **PATCH** /api/v1/users/{userId} | Patches a user\n*RootServerApi* | [**patch_format**](docs/RootServerApi.md#patch_format) | **PATCH** /api/v1/formats/{formatId} | Patches a format\n*RootServerApi* | [**patch_meeting**](docs/RootServerApi.md#patch_meeting) | **PATCH** /api/v1/meetings/{meetingId} | Patches a meeting\n*RootServerApi* | [**patch_service_body**](docs/RootServerApi.md#patch_service_body) | **PATCH** /api/v1/servicebodies/{serviceBodyId} | Patches a service body\n*RootServerApi* | [**update_format**](docs/RootServerApi.md#update_format) | **PUT** /api/v1/formats/{formatId} | Updates a format\n*RootServerApi* | [**update_meeting**](docs/RootServerApi.md#update_meeting) | **PUT** /api/v1/meetings/{meetingId} | Updates a meeting\n*RootServerApi* | [**update_service_body**](docs/RootServerApi.md#update_service_body) | **PUT** /api/v1/servicebodies/{serviceBodyId} | Updates a Service Body\n*RootServerApi* | [**update_settings**](docs/RootServerApi.md#update_settings) | **PATCH** /api/v1/settings | Update settings\n*RootServerApi* | [**update_user**](docs/RootServerApi.md#update_user) | **PUT** /api/v1/users/{userId} | Update single user\n\n\n## Documentation For Models\n\n - [AuthenticationError](docs/AuthenticationError.md)\n - [AuthorizationError](docs/AuthorizationError.md)\n - [ConflictError](docs/ConflictError.md)\n - [ErrorTest](docs/ErrorTest.md)\n - [Format](docs/Format.md)\n - [FormatBase](docs/FormatBase.md)\n - [FormatCreate](docs/FormatCreate.md)\n - [FormatPartialUpdate](docs/FormatPartialUpdate.md)\n - [FormatTranslation](docs/FormatTranslation.md)\n - [FormatUpdate](docs/FormatUpdate.md)\n - [Meeting](docs/Meeting.md)\n - [MeetingBase](docs/MeetingBase.md)\n - [MeetingChangeResource](docs/MeetingChangeResource.md)\n - [MeetingCreate](docs/MeetingCreate.md)\n - [MeetingPartialUpdate](docs/MeetingPartialUpdate.md)\n - [MeetingUpdate](docs/MeetingUpdate.md)\n - [NotFoundError](docs/NotFoundError.md)\n - [RootServer](docs/RootServer.md)\n - [RootServerBase](docs/RootServerBase.md)\n - [RootServerBaseStatistics](docs/RootServerBaseStatistics.md)\n - [RootServerBaseStatisticsMeetings](docs/RootServerBaseStatisticsMeetings.md)\n - [RootServerBaseStatisticsServiceBodies](docs/RootServerBaseStatisticsServiceBodies.md)\n - [ServerError](docs/ServerError.md)\n - [ServiceBody](docs/ServiceBody.md)\n - [ServiceBodyBase](docs/ServiceBodyBase.md)\n - [ServiceBodyCreate](docs/ServiceBodyCreate.md)\n - [ServiceBodyPartialUpdate](docs/ServiceBodyPartialUpdate.md)\n - [ServiceBodyUpdate](docs/ServiceBodyUpdate.md)\n - [SettingsBase](docs/SettingsBase.md)\n - [SettingsObject](docs/SettingsObject.md)\n - [SettingsUpdate](docs/SettingsUpdate.md)\n - [Token](docs/Token.md)\n - [TokenCredentials](docs/TokenCredentials.md)\n - [User](docs/User.md)\n - [UserBase](docs/UserBase.md)\n - [UserCreate](docs/UserCreate.md)\n - [UserPartialUpdate](docs/UserPartialUpdate.md)\n - [UserUpdate](docs/UserUpdate.md)\n - [ValidationError](docs/ValidationError.md)\n\n\n\u003ca id=\"documentation-for-authorization\"\u003e\u003c/a\u003e\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n\u003ca id=\"bmltToken\"\u003e\u003c/a\u003e\n### bmltToken\n\n- **Type**: OAuth\n- **Flow**: password\n- **Authorization URL**: \n- **Scopes**: N/A\n\n\n## Author\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-python-client/lists"}