# README
paystack-api-client-go
Paystack API Client for Go
Installation
go get github.com/brokeyourbike/paystack-api-client-go
Usage
client := paystack.NewClient("token")
resp, err := paystack.GetBanks(context.TODO())
require.NoError(t, err)
require.True(t, resp.Status)
Authors
- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk
License
# Functions
No description provided by the author
No description provided by the author
WithBaseURL sets the base URL for the paystack API client.
WithHTTPClient sets the HTTP client for the paystack API client.
WithLogger sets the *logrus.Logger for the paystack API client.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
ClientOption is a function that configures a Client.