{"id":51135583,"url":"https://github.com/bmlt-enabled/bmlt-server-swift-client","last_synced_at":"2026-06-25T17:30:56.168Z","repository":{"id":86380335,"uuid":"556791954","full_name":"bmlt-enabled/bmlt-server-swift-client","owner":"bmlt-enabled","description":"Swift5 Client for BMLT Admin API","archived":false,"fork":false,"pushed_at":"2026-02-09T02:21:01.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T08:19:57.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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}},"created_at":"2022-10-24T14:19:37.000Z","updated_at":"2026-02-09T02:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e8a744e-e11a-4e3f-85a0-e493df52e7a6","html_url":"https://github.com/bmlt-enabled/bmlt-server-swift-client","commit_stats":null,"previous_names":["bmlt-enabled/bmlt-server-swift-client"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/bmlt-server-swift-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-swift-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-swift-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-swift-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-swift-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-swift-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-swift-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.099Z","updated_at":"2026-06-25T17:30:56.160Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swift5 API client for bmlt\n\nBMLT Admin API Documentation\n\n## Overview\nThis API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client.\n\n- API version: 1.0.0\n- Package version: \n- Generator version: 7.20.0-SNAPSHOT\n- Build package: org.openapitools.codegen.languages.Swift5ClientCodegen\n\n## Installation\n\n### Carthage\n\nRun `carthage update`\n\n### CocoaPods\n\nRun `pod install`\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* | [**authLogout**](docs/RootServerAPI.md#authlogout) | **POST** /api/v1/auth/logout | Revokes a token\n*RootServerAPI* | [**authRefresh**](docs/RootServerAPI.md#authrefresh) | **POST** /api/v1/auth/refresh | Revokes and issues a new token\n*RootServerAPI* | [**authToken**](docs/RootServerAPI.md#authtoken) | **POST** /api/v1/auth/token | Creates a token\n*RootServerAPI* | [**createErrorTest**](docs/RootServerAPI.md#createerrortest) | **POST** /api/v1/errortest | Tests some errors\n*RootServerAPI* | [**createFormat**](docs/RootServerAPI.md#createformat) | **POST** /api/v1/formats | Creates a format\n*RootServerAPI* | [**createMeeting**](docs/RootServerAPI.md#createmeeting) | **POST** /api/v1/meetings | Creates a meeting\n*RootServerAPI* | [**createServiceBody**](docs/RootServerAPI.md#createservicebody) | **POST** /api/v1/servicebodies | Creates a service body\n*RootServerAPI* | [**createUser**](docs/RootServerAPI.md#createuser) | **POST** /api/v1/users | Creates a user\n*RootServerAPI* | [**deleteFormat**](docs/RootServerAPI.md#deleteformat) | **DELETE** /api/v1/formats/{formatId} | Deletes a format\n*RootServerAPI* | [**deleteMeeting**](docs/RootServerAPI.md#deletemeeting) | **DELETE** /api/v1/meetings/{meetingId} | Deletes a meeting\n*RootServerAPI* | [**deleteServiceBody**](docs/RootServerAPI.md#deleteservicebody) | **DELETE** /api/v1/servicebodies/{serviceBodyId} | Deletes a service body\n*RootServerAPI* | [**deleteUser**](docs/RootServerAPI.md#deleteuser) | **DELETE** /api/v1/users/{userId} | Deletes a user\n*RootServerAPI* | [**getFormat**](docs/RootServerAPI.md#getformat) | **GET** /api/v1/formats/{formatId} | Retrieves a format\n*RootServerAPI* | [**getFormats**](docs/RootServerAPI.md#getformats) | **GET** /api/v1/formats | Retrieves formats\n*RootServerAPI* | [**getLaravelLog**](docs/RootServerAPI.md#getlaravellog) | **GET** /api/v1/logs/laravel | Retrieves laravel log\n*RootServerAPI* | [**getMeeting**](docs/RootServerAPI.md#getmeeting) | **GET** /api/v1/meetings/{meetingId} | Retrieves a meeting\n*RootServerAPI* | [**getMeetingChanges**](docs/RootServerAPI.md#getmeetingchanges) | **GET** /api/v1/meetings/{meetingId}/changes | Retrieve changes for a meeting\n*RootServerAPI* | [**getMeetings**](docs/RootServerAPI.md#getmeetings) | **GET** /api/v1/meetings | Retrieves meetings\n*RootServerAPI* | [**getRootServer**](docs/RootServerAPI.md#getrootserver) | **GET** /api/v1/rootservers/{rootServerId} | Retrieves a root server\n*RootServerAPI* | [**getRootServers**](docs/RootServerAPI.md#getrootservers) | **GET** /api/v1/rootservers | Retrieves root servers\n*RootServerAPI* | [**getServiceBodies**](docs/RootServerAPI.md#getservicebodies) | **GET** /api/v1/servicebodies | Retrieves service bodies\n*RootServerAPI* | [**getServiceBody**](docs/RootServerAPI.md#getservicebody) | **GET** /api/v1/servicebodies/{serviceBodyId} | Retrieves a service body\n*RootServerAPI* | [**getSettings**](docs/RootServerAPI.md#getsettings) | **GET** /api/v1/settings | Retrieves all settings\n*RootServerAPI* | [**getUser**](docs/RootServerAPI.md#getuser) | **GET** /api/v1/users/{userId} | Retrieves a single user\n*RootServerAPI* | [**getUsers**](docs/RootServerAPI.md#getusers) | **GET** /api/v1/users | Retrieves users\n*RootServerAPI* | [**partialUpdateUser**](docs/RootServerAPI.md#partialupdateuser) | **PATCH** /api/v1/users/{userId} | Patches a user\n*RootServerAPI* | [**patchFormat**](docs/RootServerAPI.md#patchformat) | **PATCH** /api/v1/formats/{formatId} | Patches a format\n*RootServerAPI* | [**patchMeeting**](docs/RootServerAPI.md#patchmeeting) | **PATCH** /api/v1/meetings/{meetingId} | Patches a meeting\n*RootServerAPI* | [**patchServiceBody**](docs/RootServerAPI.md#patchservicebody) | **PATCH** /api/v1/servicebodies/{serviceBodyId} | Patches a service body\n*RootServerAPI* | [**updateFormat**](docs/RootServerAPI.md#updateformat) | **PUT** /api/v1/formats/{formatId} | Updates a format\n*RootServerAPI* | [**updateMeeting**](docs/RootServerAPI.md#updatemeeting) | **PUT** /api/v1/meetings/{meetingId} | Updates a meeting\n*RootServerAPI* | [**updateServiceBody**](docs/RootServerAPI.md#updateservicebody) | **PUT** /api/v1/servicebodies/{serviceBodyId} | Updates a Service Body\n*RootServerAPI* | [**updateSettings**](docs/RootServerAPI.md#updatesettings) | **PATCH** /api/v1/settings | Update settings\n*RootServerAPI* | [**updateUser**](docs/RootServerAPI.md#updateuser) | **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# How do I migrate from the Swift 5 generator to the swift 6 generator?\n\nhttps://openapi-generator.tech/docs/faq-generators#how-do-i-migrate-from-the-swift-5-generator-to-the-swift-6-generator\n\n### How do I implement bearer token authentication with URLSession on the Swift 5 API client?\n\nhttps://openapi-generator.tech/docs/faq-generators#how-do-i-implement-bearer-token-authentication-with-urlsession-on-the-swift-5-api-client\n\n## Author\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-swift-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-swift-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-swift-client/lists"}