Categorygithub.com/brokeyourbike/paystack-api-client-go

# README

paystack-api-client-go

Go Reference Go Report Card Maintainability Test Coverage

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

License

BSD-3-Clause 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

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

ClientOption is a function that configures a Client.