README.md in talon_one-1.1.2 vs README.md in talon_one-1.2.0

- old
+ new

@@ -5,11 +5,11 @@ The Talon.One API is used to manage applications and campaigns, as well as to integrate with your application. The operations in the _Integration API_ section are used to integrate with our platform, while the other operations are used to manage applications and campaigns. ### Where is the API? The API is available at the same hostname as these docs. For example, if you are reading this page at `https://mycompany.talon.one/docs/api/`, the URL for the [updateCustomerProfile][] operation is `https://mycompany.talon.one/v1/customer_profiles/id` [updateCustomerProfile]: #operation--v1-customer_profiles--integrationId--put This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 1.0.0 -- Package version: 1.1.2 +- Package version: 1.2.0 - Build package: io.swagger.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -21,19 +21,19 @@ ``` Then either install the gem locally: ```shell -gem install ./talon_one-1.1.2.gem +gem install ./talon_one-1.2.0.gem ``` -(for development, run `gem install --dev ./talon_one-1.1.2.gem` to install the development dependencies) +(for development, run `gem install --dev ./talon_one-1.2.0.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'talon_one', '~> 1.1.2' + gem 'talon_one', '~> 1.2.0' ### Install from Git If 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: @@ -360,10 +360,13 @@ - [TalonOne::NewRole](docs/NewRole.md) - [TalonOne::NewRuleset](docs/NewRuleset.md) - [TalonOne::NewTemplateDef](docs/NewTemplateDef.md) - [TalonOne::NewUser](docs/NewUser.md) - [TalonOne::NewWebhook](docs/NewWebhook.md) + - [TalonOne::Notification](docs/Notification.md) + - [TalonOne::Notifications](docs/Notifications.md) - [TalonOne::Referral](docs/Referral.md) + - [TalonOne::ReferralRejectionReason](docs/ReferralRejectionReason.md) - [TalonOne::Role](docs/Role.md) - [TalonOne::RoleAssign](docs/RoleAssign.md) - [TalonOne::RoleMembership](docs/RoleMembership.md) - [TalonOne::Rule](docs/Rule.md) - [TalonOne::Ruleset](docs/Ruleset.md)