{"id":28551548,"url":"https://github.com/bustoutsolutions/my_marketing","last_synced_at":"2025-10-18T14:12:06.822Z","repository":{"id":207025612,"uuid":"221526796","full_name":"bustoutsolutions/my_marketing","owner":"bustoutsolutions","description":"Ruby client for Virtuoso's MyMarketing API","archived":false,"fork":false,"pushed_at":"2020-07-28T04:55:38.000Z","size":45,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-27T10:45:26.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bustoutsolutions.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}},"created_at":"2019-11-13T18:35:36.000Z","updated_at":"2023-11-13T16:46:57.000Z","dependencies_parsed_at":"2023-11-13T18:54:00.148Z","dependency_job_id":null,"html_url":"https://github.com/bustoutsolutions/my_marketing","commit_stats":null,"previous_names":["bustoutsolutions/my_marketing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bustoutsolutions/my_marketing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustoutsolutions%2Fmy_marketing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustoutsolutions%2Fmy_marketing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustoutsolutions%2Fmy_marketing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustoutsolutions%2Fmy_marketing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bustoutsolutions","download_url":"https://codeload.github.com/bustoutsolutions/my_marketing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustoutsolutions%2Fmy_marketing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973960,"owners_count":25200578,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":"2025-06-10T03:39:14.045Z","updated_at":"2025-10-18T14:12:01.789Z","avatar_url":"https://github.com/bustoutsolutions.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my_marketing\n\nMyMarketing - the Ruby gem for the MyMarketing Notifications\n\nVirtuoso MyMarketing Notification API\n\nThis SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build package: io.swagger.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 my_marketing.gemspec\n```\n\nThen either install the gem locally:\n\n```shell\ngem install ./my_marketing-1.0.0.gem\n```\n(for development, run `gem install --dev ./my_marketing-1.0.0.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 'my_marketing', '~\u003e 1.0.0'\n\n### Install from Git\n\nIf the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:\n\n    gem 'my_marketing', :git =\u003e 'https://github.com/GIT_USER_ID/GIT_REPO_ID.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```ruby\n# Load the gem\nrequire 'my_marketing'\n\napi_instance = MyMarketing::ConsumerApi.new\n\nbody = MyMarketing::ConsumerCreate.new # ConsumerCreate | Create a consumer record\n\n\nbegin\n  #Create a consumer\n  result = api_instance.consumers_post(body)\n  p result\nrescue MyMarketing::ApiError =\u003e e\n  puts \"Exception when calling ConsumerApi-\u003econsumers_post: #{e}\"\nend\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://virtserver.swaggerhub.com/cgseattle/Notification/1.0.0*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*MyMarketing::ConsumerApi* | [**consumers_post**](docs/ConsumerApi.md#consumers_post) | **POST** /consumers | Create a consumer\n*MyMarketing::ConsumerApi* | [**consumers_virtuoso_id_put**](docs/ConsumerApi.md#consumers_virtuoso_id_put) | **PUT** /consumers/{virtuosoId} | Update a consumer\n*MyMarketing::LoginApi* | [**login_get**](docs/LoginApi.md#login_get) | **GET** /login | Authentication\n*MyMarketing::NotificationApi* | [**notifications_post**](docs/NotificationApi.md#notifications_post) | **POST** /notifications | Queue a notification\n\n\n## Documentation for Models\n\n - [MyMarketing::ConsumerCreate](docs/ConsumerCreate.md)\n - [MyMarketing::ConsumerResponse](docs/ConsumerResponse.md)\n - [MyMarketing::ConsumerResult](docs/ConsumerResult.md)\n - [MyMarketing::ConsumerUpdate](docs/ConsumerUpdate.md)\n - [MyMarketing::CustomData](docs/CustomData.md)\n - [MyMarketing::LoginResponse](docs/LoginResponse.md)\n - [MyMarketing::LoginResult](docs/LoginResult.md)\n - [MyMarketing::Notification](docs/Notification.md)\n - [MyMarketing::NotificationResponse](docs/NotificationResponse.md)\n\n\n## Documentation for Authorization\n\n All endpoints do not require authorization.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbustoutsolutions%2Fmy_marketing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbustoutsolutions%2Fmy_marketing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbustoutsolutions%2Fmy_marketing/lists"}