Skip to content

Commit

Permalink
v1.3.0 (#5)
Browse files Browse the repository at this point in the history
 - More filtering parameters when querying changes endpoint
 - The full `Coupon` object is now returned as part of an integration response
 - Support for new limit configuration of amount of give discount effects
  • Loading branch information
altJake authored Nov 27, 2019
1 parent d04b7b8 commit f1dc556
Show file tree
Hide file tree
Showing 23 changed files with 538 additions and 119 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ The Talon.One API is used to manage applications and campaigns, as well as to in
This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client.

- API version: 1.0.0
- Package version: 1.2.0
- Package version: 1.3.0
- Build package: io.swagger.codegen.languages.GoClientCodegen

## Installation
Put the package under your project folder and add the following in import:
```golang
import "./talon"
```

## Getting Started

### Integration API
Expand Down Expand Up @@ -337,6 +338,7 @@ Class | Method | HTTP request | Description
- [NewReferral](docs/NewReferral.md)
- [NewRole](docs/NewRole.md)
- [NewRuleset](docs/NewRuleset.md)
- [NewSamlConnection](docs/NewSamlConnection.md)
- [NewTemplateDef](docs/NewTemplateDef.md)
- [NewUser](docs/NewUser.md)
- [NewWebhook](docs/NewWebhook.md)
Expand All @@ -349,11 +351,13 @@ Class | Method | HTTP request | Description
- [RoleMembership](docs/RoleMembership.md)
- [Rule](docs/Rule.md)
- [Ruleset](docs/Ruleset.md)
- [SamlConnection](docs/SamlConnection.md)
- [Session](docs/Session.md)
- [SlotDef](docs/SlotDef.md)
- [TemplateArgDef](docs/TemplateArgDef.md)
- [TemplateDef](docs/TemplateDef.md)
- [UpdateAccount](docs/UpdateAccount.md)
- [UpdateApplication](docs/UpdateApplication.md)
- [UpdateCampaign](docs/UpdateCampaign.md)
- [UpdateCoupon](docs/UpdateCoupon.md)
- [UpdateCouponBatch](docs/UpdateCouponBatch.md)
Expand Down
Loading

0 comments on commit f1dc556

Please sign in to comment.