Skip to content

Commit

Permalink
Merge pull request #9 from OneSignal/1.0.2-release
Browse files Browse the repository at this point in the history
1.0.2 Release
  • Loading branch information
rgomezp authored Jun 7, 2022
2 parents 495135a + 5762e30 commit da7b907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0.1
- Package version: 1.0.0
- Package version: 1.0.2
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://onesignal.com](https://onesignal.com)

Expand All @@ -22,10 +22,10 @@ Install the following dependencies:
go get golang.org/x/oauth2
```

Put the package under your project folder and add the following in import:
Add the following in import:

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

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.

0 comments on commit da7b907

Please sign in to comment.