You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
This library is generated from an OpenAPI schema (OAS). See full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md) for schema changes.
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
The official Go client library for the [Plaid API](https://plaid.com/docs). The library is now generated from our [OpenAPI schema](https://github.com/plaid/plaid-openapi). For older manually-written versions of this client library, go [here](https://github.com/plaid/plaid-go/commit/0d3f02cddaa8fd637e84dccf2175a4a1a7dd0e07) for the latest non-generated version.
4
4
5
+
The latest version of the library supports only the latest version of the Plaid API (currently 2020-09-14).
6
+
5
7
## Table of Contents
6
8
7
9
-[plaid-go](#plaid-go)
@@ -15,7 +17,7 @@ The official Go client library for the [Plaid API](https://plaid.com/docs). The
15
17
16
18
## Install
17
19
18
-
Versions look something like `v1.0.0`. As of `v1.0.0`, we've moved to support `GOMODULES`.
20
+
Library versions follow Semantic Versioning ("SemVer") and are formatted as `v1.0.0`. The plaid-go client library is typically updated on a biweekly basis, and the canonical source for the latest version number is the [client library changelog](https://github.com/plaid/plaid-go/blob/master/CHANGELOG.md). As of `v1.0.0`, we've moved to support `GOMODULES`.
19
21
20
22
Edit your go.mod to include `github.com/plaid/plaid-go {VERSION}`
21
23
@@ -65,4 +67,3 @@ Please see [Contributing](CONTRIBUTING.md) for guidelines and instructions for l
0 commit comments