Skip to content

Commit

Permalink
Merge pull request #34 from OneSignal/release_2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
emawby authored Jul 7, 2023
2 parents 103d02f + 28df20b commit 53119c6
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A powerful way to send personalized messages at scale and build effective custom
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 1.2.1
- Package version: 2.0.0
- Package version: 2.0.1
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://onesignal.com](https://onesignal.com)

Expand All @@ -25,7 +25,7 @@ go get golang.org/x/oauth2
Put the package under your project folder and add the following in import:

```golang
import "github.com/OneSignal/onesignal-go-api"
import "github.com/OneSignal/onesignal-go-api/v2"
```

To use a proxy, set the environment variable `HTTP_PROXY`:
Expand Down
2 changes: 1 addition & 1 deletion client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 53119c6

Please sign in to comment.