{"id":51135589,"url":"https://github.com/bmlt-enabled/bmlt-server-ruby-client","last_synced_at":"2026-06-25T17:30:56.588Z","repository":{"id":86380340,"uuid":"556837326","full_name":"bmlt-enabled/bmlt-server-ruby-client","owner":"bmlt-enabled","description":"Ruby Client for BMLT Admin API","archived":false,"fork":false,"pushed_at":"2026-02-09T02:20:13.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T08:19:47.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/BmltClient","language":"Ruby","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-24T15:54:59.000Z","updated_at":"2026-02-09T02:14:11.000Z","dependencies_parsed_at":"2025-06-03T06:16:58.104Z","dependency_job_id":null,"html_url":"https://github.com/bmlt-enabled/bmlt-server-ruby-client","commit_stats":null,"previous_names":["bmlt-enabled/bmlt-server-ruby-client"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bmlt-enabled/bmlt-server-ruby-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-ruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-ruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-ruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-ruby-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-ruby-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmlt-enabled%2Fbmlt-server-ruby-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.348Z","updated_at":"2026-06-25T17:30:56.579Z","avatar_url":"https://github.com/bmlt-enabled.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BmltClient\n\nBmltClient - the Ruby gem for the BMLT\n\nBMLT Admin API Documentation\n\nThis SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.1\n- Generator version: 7.20.0-SNAPSHOT\n- Build package: org.openapitools.codegen.languages.RubyClientCodegen\n\n## Installation\n\n### Build a gem\n\nTo build the Ruby code into a gem:\n\n```shell\ngem build BmltClient.gemspec\n```\n\nThen either install the gem locally:\n\n```shell\ngem install ./BmltClient-1.0.1.gem\n```\n\n(for development, run `gem install --dev ./BmltClient-1.0.1.gem` to install the development dependencies)\n\nor publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).\n\nFinally add this to the Gemfile:\n\n    gem 'BmltClient', '~\u003e 1.0.1'\n\n### Install from Git\n\nIf the Ruby gem is hosted at a git repository: https://github.com/bmlt-enabled/bmlt-server-ruby-client, then add the following in the Gemfile:\n\n    gem 'BmltClient', :git =\u003e 'https://github.com/bmlt-enabled/bmlt-server-ruby-client.git'\n\n### Include the Ruby code directly\n\nInclude the Ruby code directly using `-I` as follows:\n\n```shell\nruby -Ilib script.rb\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) procedure and then run the following code:\n\n```ruby\n# Load the gem\nrequire 'BmltClient'\n\n# Setup authorization\nBmltClient.configure do |config|\n  # Configure OAuth2 access token for authorization: bmltToken\n  config.access_token = 'YOUR ACCESS TOKEN'\n  # Configure a proc to get access tokens in lieu of the static access_token configuration\n  config.access_token_getter = -\u003e { 'YOUR TOKEN GETTER PROC' } \nend\n\napi_instance = BmltClient::RootServerApi.new\n\nbegin\n  #Revokes a token\n  api_instance.auth_logout\nrescue BmltClient::ApiError =\u003e e\n  puts \"Exception when calling RootServerApi-\u003eauth_logout: #{e}\"\nend\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*BmltClient::RootServerApi* | [**auth_logout**](docs/RootServerApi.md#auth_logout) | **POST** /api/v1/auth/logout | Revokes a token\n*BmltClient::RootServerApi* | [**auth_refresh**](docs/RootServerApi.md#auth_refresh) | **POST** /api/v1/auth/refresh | Revokes and issues a new token\n*BmltClient::RootServerApi* | [**auth_token**](docs/RootServerApi.md#auth_token) | **POST** /api/v1/auth/token | Creates a token\n*BmltClient::RootServerApi* | [**create_error_test**](docs/RootServerApi.md#create_error_test) | **POST** /api/v1/errortest | Tests some errors\n*BmltClient::RootServerApi* | [**create_format**](docs/RootServerApi.md#create_format) | **POST** /api/v1/formats | Creates a format\n*BmltClient::RootServerApi* | [**create_meeting**](docs/RootServerApi.md#create_meeting) | **POST** /api/v1/meetings | Creates a meeting\n*BmltClient::RootServerApi* | [**create_service_body**](docs/RootServerApi.md#create_service_body) | **POST** /api/v1/servicebodies | Creates a service body\n*BmltClient::RootServerApi* | [**create_user**](docs/RootServerApi.md#create_user) | **POST** /api/v1/users | Creates a user\n*BmltClient::RootServerApi* | [**delete_format**](docs/RootServerApi.md#delete_format) | **DELETE** /api/v1/formats/{formatId} | Deletes a format\n*BmltClient::RootServerApi* | [**delete_meeting**](docs/RootServerApi.md#delete_meeting) | **DELETE** /api/v1/meetings/{meetingId} | Deletes a meeting\n*BmltClient::RootServerApi* | [**delete_service_body**](docs/RootServerApi.md#delete_service_body) | **DELETE** /api/v1/servicebodies/{serviceBodyId} | Deletes a service body\n*BmltClient::RootServerApi* | [**delete_user**](docs/RootServerApi.md#delete_user) | **DELETE** /api/v1/users/{userId} | Deletes a user\n*BmltClient::RootServerApi* | [**get_format**](docs/RootServerApi.md#get_format) | **GET** /api/v1/formats/{formatId} | Retrieves a format\n*BmltClient::RootServerApi* | [**get_formats**](docs/RootServerApi.md#get_formats) | **GET** /api/v1/formats | Retrieves formats\n*BmltClient::RootServerApi* | [**get_laravel_log**](docs/RootServerApi.md#get_laravel_log) | **GET** /api/v1/logs/laravel | Retrieves laravel log\n*BmltClient::RootServerApi* | [**get_meeting**](docs/RootServerApi.md#get_meeting) | **GET** /api/v1/meetings/{meetingId} | Retrieves a meeting\n*BmltClient::RootServerApi* | [**get_meeting_changes**](docs/RootServerApi.md#get_meeting_changes) | **GET** /api/v1/meetings/{meetingId}/changes | Retrieve changes for a meeting\n*BmltClient::RootServerApi* | [**get_meetings**](docs/RootServerApi.md#get_meetings) | **GET** /api/v1/meetings | Retrieves meetings\n*BmltClient::RootServerApi* | [**get_root_server**](docs/RootServerApi.md#get_root_server) | **GET** /api/v1/rootservers/{rootServerId} | Retrieves a root server\n*BmltClient::RootServerApi* | [**get_root_servers**](docs/RootServerApi.md#get_root_servers) | **GET** /api/v1/rootservers | Retrieves root servers\n*BmltClient::RootServerApi* | [**get_service_bodies**](docs/RootServerApi.md#get_service_bodies) | **GET** /api/v1/servicebodies | Retrieves service bodies\n*BmltClient::RootServerApi* | [**get_service_body**](docs/RootServerApi.md#get_service_body) | **GET** /api/v1/servicebodies/{serviceBodyId} | Retrieves a service body\n*BmltClient::RootServerApi* | [**get_settings**](docs/RootServerApi.md#get_settings) | **GET** /api/v1/settings | Retrieves all settings\n*BmltClient::RootServerApi* | [**get_user**](docs/RootServerApi.md#get_user) | **GET** /api/v1/users/{userId} | Retrieves a single user\n*BmltClient::RootServerApi* | [**get_users**](docs/RootServerApi.md#get_users) | **GET** /api/v1/users | Retrieves users\n*BmltClient::RootServerApi* | [**partial_update_user**](docs/RootServerApi.md#partial_update_user) | **PATCH** /api/v1/users/{userId} | Patches a user\n*BmltClient::RootServerApi* | [**patch_format**](docs/RootServerApi.md#patch_format) | **PATCH** /api/v1/formats/{formatId} | Patches a format\n*BmltClient::RootServerApi* | [**patch_meeting**](docs/RootServerApi.md#patch_meeting) | **PATCH** /api/v1/meetings/{meetingId} | Patches a meeting\n*BmltClient::RootServerApi* | [**patch_service_body**](docs/RootServerApi.md#patch_service_body) | **PATCH** /api/v1/servicebodies/{serviceBodyId} | Patches a service body\n*BmltClient::RootServerApi* | [**update_format**](docs/RootServerApi.md#update_format) | **PUT** /api/v1/formats/{formatId} | Updates a format\n*BmltClient::RootServerApi* | [**update_meeting**](docs/RootServerApi.md#update_meeting) | **PUT** /api/v1/meetings/{meetingId} | Updates a meeting\n*BmltClient::RootServerApi* | [**update_service_body**](docs/RootServerApi.md#update_service_body) | **PUT** /api/v1/servicebodies/{serviceBodyId} | Updates a Service Body\n*BmltClient::RootServerApi* | [**update_settings**](docs/RootServerApi.md#update_settings) | **PATCH** /api/v1/settings | Update settings\n*BmltClient::RootServerApi* | [**update_user**](docs/RootServerApi.md#update_user) | **PUT** /api/v1/users/{userId} | Update single user\n\n\n## Documentation for Models\n\n - [BmltClient::AuthenticationError](docs/AuthenticationError.md)\n - [BmltClient::AuthorizationError](docs/AuthorizationError.md)\n - [BmltClient::ConflictError](docs/ConflictError.md)\n - [BmltClient::ErrorTest](docs/ErrorTest.md)\n - [BmltClient::Format](docs/Format.md)\n - [BmltClient::FormatBase](docs/FormatBase.md)\n - [BmltClient::FormatCreate](docs/FormatCreate.md)\n - [BmltClient::FormatPartialUpdate](docs/FormatPartialUpdate.md)\n - [BmltClient::FormatTranslation](docs/FormatTranslation.md)\n - [BmltClient::FormatUpdate](docs/FormatUpdate.md)\n - [BmltClient::Meeting](docs/Meeting.md)\n - [BmltClient::MeetingBase](docs/MeetingBase.md)\n - [BmltClient::MeetingChangeResource](docs/MeetingChangeResource.md)\n - [BmltClient::MeetingCreate](docs/MeetingCreate.md)\n - [BmltClient::MeetingPartialUpdate](docs/MeetingPartialUpdate.md)\n - [BmltClient::MeetingUpdate](docs/MeetingUpdate.md)\n - [BmltClient::NotFoundError](docs/NotFoundError.md)\n - [BmltClient::RootServer](docs/RootServer.md)\n - [BmltClient::RootServerBase](docs/RootServerBase.md)\n - [BmltClient::RootServerBaseStatistics](docs/RootServerBaseStatistics.md)\n - [BmltClient::RootServerBaseStatisticsMeetings](docs/RootServerBaseStatisticsMeetings.md)\n - [BmltClient::RootServerBaseStatisticsServiceBodies](docs/RootServerBaseStatisticsServiceBodies.md)\n - [BmltClient::ServerError](docs/ServerError.md)\n - [BmltClient::ServiceBody](docs/ServiceBody.md)\n - [BmltClient::ServiceBodyBase](docs/ServiceBodyBase.md)\n - [BmltClient::ServiceBodyCreate](docs/ServiceBodyCreate.md)\n - [BmltClient::ServiceBodyPartialUpdate](docs/ServiceBodyPartialUpdate.md)\n - [BmltClient::ServiceBodyUpdate](docs/ServiceBodyUpdate.md)\n - [BmltClient::SettingsBase](docs/SettingsBase.md)\n - [BmltClient::SettingsObject](docs/SettingsObject.md)\n - [BmltClient::SettingsUpdate](docs/SettingsUpdate.md)\n - [BmltClient::Token](docs/Token.md)\n - [BmltClient::TokenCredentials](docs/TokenCredentials.md)\n - [BmltClient::User](docs/User.md)\n - [BmltClient::UserBase](docs/UserBase.md)\n - [BmltClient::UserCreate](docs/UserCreate.md)\n - [BmltClient::UserPartialUpdate](docs/UserPartialUpdate.md)\n - [BmltClient::UserUpdate](docs/UserUpdate.md)\n - [BmltClient::ValidationError](docs/ValidationError.md)\n\n\n## Documentation for Authorization\n\n\nAuthentication schemes defined for the API:\n### bmltToken\n\n\n- **Type**: OAuth\n- **Flow**: password\n- **Authorization URL**: \n- **Scopes**: N/A\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-ruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-ruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmlt-enabled%2Fbmlt-server-ruby-client/lists"}