@@ -26,9 +26,9 @@ You can view the definition using [Swagger UI](https://swagger.io/tools/swagger-
26
26
$ go get github.com/netlify/open-api/...
27
27
```
28
28
29
- - [ Porcelain] ( https://godoc.org/github.com/netlify/open-api/go/porcelain ) : High level interactions and operations
30
- - [ Plumbing] ( https://godoc.org/github.com/netlify/open-api/go/plumbing ) : Low level client operations generated by [ go-swagger] [ go-swagger ]
31
- - [ Models] ( https://godoc.org/github.com/netlify/open-api/go/models ) : Models generated by [ go-swagger] [ go-swagger ]
29
+ - [ Porcelain] ( https://godoc.org/github.com/netlify/open-api/v2/ go/porcelain ) : High level interactions and operations
30
+ - [ Plumbing] ( https://godoc.org/github.com/netlify/open-api/v2/ go/plumbing ) : Low level client operations generated by [ go-swagger] [ go-swagger ]
31
+ - [ Models] ( https://godoc.org/github.com/netlify/open-api/v2/ go/models ) : Models generated by [ go-swagger] [ go-swagger ]
32
32
33
33
See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details on how this client is developed and generated.
34
34
@@ -89,10 +89,10 @@ MIT. See [LICENSE](LICENSE) for more details.
89
89
[ npm-js ] : https://npmjs.org/package/netlify
90
90
[ dl-js-img ] : https://img.shields.io/npm/dm/netlify.svg
91
91
[ dl-js ] : https://npmjs.org/package/netlify
92
- [ godoc-img ] : https://godoc.org/github.com/netlify/open-api/go?status.svg
93
- [ godoc ] : https://godoc.org/github.com/netlify/open-api/go
94
- [ goreport-img ] : https://goreportcard.com/badge/github.com/netlify/open-api
95
- [ goreport ] : https://goreportcard.com/report/github.com/netlify/open-api
92
+ [ godoc-img ] : https://godoc.org/github.com/netlify/open-api/v2/ go?status.svg
93
+ [ godoc ] : https://godoc.org/github.com/netlify/open-api/v2/ go
94
+ [ goreport-img ] : https://goreportcard.com/badge/github.com/netlify/open-api/v2
95
+ [ goreport ] : https://goreportcard.com/report/github.com/netlify/open-api/v2
96
96
[ git-img ] : https://img.shields.io/github/release/netlify/open-api.svg
97
97
[ git ] : https://github.com/netlify/open-api/releases/latest
98
98
[ open-api-2 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
0 commit comments