Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 412 Bytes

Go Client for iyzipay API

Synopsis

A golang client for iyzico/iyzipay API. (https://iyzico.com)

Code Example

Please see sample/sample.go for usage example.

Installation

Just go get -u github.com/rifatx/iyzigo.

Tests

Tests are provided in action_test.go and they only test for successful communication with the endpoints. The content of the responses are not automatically tested.