Skip to content

Commit

Permalink
v1.2.0 (#4)
Browse files Browse the repository at this point in the history
- Add `ReferralRejectionReason` object and integration response properties
- Add users emails notifications subscriptions
- Remove stale `usedAt` and `locked` properties from Webhooks and Attributes
  • Loading branch information
altJake authored Oct 1, 2019
1 parent 13ee357 commit d04b7b8
Show file tree
Hide file tree
Showing 23 changed files with 211 additions and 69 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.1.2
- Package version: 1.2.0
- Build package: io.swagger.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -106,8 +106,6 @@ func main() {
fmt.Println(response)
}
}

}
```

## Documentation for API Endpoints
Expand Down Expand Up @@ -342,7 +340,10 @@ Class | Method | HTTP request | Description
- [NewTemplateDef](docs/NewTemplateDef.md)
- [NewUser](docs/NewUser.md)
- [NewWebhook](docs/NewWebhook.md)
- [Notification](docs/Notification.md)
- [Notifications](docs/Notifications.md)
- [Referral](docs/Referral.md)
- [ReferralRejectionReason](docs/ReferralRejectionReason.md)
- [Role](docs/Role.md)
- [RoleAssign](docs/RoleAssign.md)
- [RoleMembership](docs/RoleMembership.md)
Expand Down
Loading

0 comments on commit d04b7b8

Please sign in to comment.