repositorypackage
0.0.0-20220515235930-1b03dac664ea
Repository: https://github.com/joshuaslate/nordigen-go.git
Documentation: pkg.go.dev
# README
Go API client for Nordigen
API client for Nordigen, automatically generated by OpenAPI Generator.
The source OpenAPI spec was modified slightly to fix type and enum issues, as the source schema file deviates from OpenAPI spec a bit. The modified schema file can be found in /api
.
import nordigen "github.com/joshuaslate/nordigen-go"
Sample usage:
config := nordigen.NewConfiguration()
c := nordigen.NewAPIClient(nil, "secretIdHere", "secretKeyHere")
institutions, _, err := c.InstitutionsApi.RetrieveAllSupportedInstitutionsInAGivenCountry(context.Background()).Country("ES").Execute()