Skip to content

Commit

Permalink
Generate 2020.11 (#9)
Browse files Browse the repository at this point in the history
* Generate 2020.11

* Update README.md
  • Loading branch information
rob-swu authored Nov 13, 2020
1 parent ca92fb9 commit 078789b
Show file tree
Hide file tree
Showing 28 changed files with 660 additions and 272 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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: 2020.04
- Package version: 5.0.0
- API version: 2020.11
- Package version: 6.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://docs.dyspatch.io](https://docs.dyspatch.io)

Expand Down Expand Up @@ -46,13 +46,13 @@ go get -u github.com/getdyspatch/dyspatch-golang
Installing a versioned client:

```sh
go get -u gopkg.in/getdyspatch/dyspatch-golang.v3
go get -u gopkg.in/getdyspatch/dyspatch-golang.v6
```

Importing a versioned client:

```go
import "gopkg.in/getdyspatch/dyspatch-golang.v3"
import "gopkg.in/getdyspatch/dyspatch-golang.v6"
```

## Getting Started
Expand All @@ -62,11 +62,11 @@ package main
import (
"fmt"
"github.com/antihax/optional"
"gopkg.in/getdyspatch/dyspatch-golang.v5"
"gopkg.in/getdyspatch/dyspatch-golang.v6"
"golang.org/x/net/context"
)

const version = "application/vnd.dyspatch.2020.04+json"
const version = "application/vnd.dyspatch.2020.11+json"

func main() {
cfg := dyspatch.NewConfiguration()
Expand Down
Loading

0 comments on commit 078789b

Please sign in to comment.