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
`flareio` is a light [Flare API](https://api.docs.flare.io/) SDK.
6
-
It is a wrapper around [net/http.Client](https://pkg.go.dev/net/http#Client) that automatically manages API authentication.
5
+
`flareio` is a light [Flare API](https://api.docs.flare.io/) SDK that wraps around [net/http.Client](https://pkg.go.dev/net/http#Client) and automatically manages authentication.
7
6
8
-
It exposes methods that are similar to `net/http.Client`.
7
+
It exposes methods that are similar to `net/http.Client` with the exception that they accept paths as parameters instead of full URLs.
9
8
10
9
Usage examples and use cases are documented in the [Flare API documentation](https://api.docs.flare.io/sdk/go).
0 commit comments