rizalgowandy / wise-go

Transfer money abroad using Wise Platform API.

Home Page:https://api-docs.transferwise.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Doc Release Go Report Card Build Status Sourcegraph

logo

Getting Started

// TODO: replace me

Installation

go get -v github.com/rizalgowandy/wise-go

Quick Start

// TODO: replace me

For more example check here.

Test Double / Stub

Sometime it's make sense to make an API call without actually calling the API. In order to support that this library has a built-in stub that can be triggered. You can enable stub by injecting certain value to the context data. You can also enforce that certain API call will always return error with specific type and message.

// TODO: replace me

For more example, check here.

Supported API

Version: // TODO: replace me

About

Transfer money abroad using Wise Platform API.

https://api-docs.transferwise.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 47.4%Language:Shell 35.4%Language:Makefile 11.3%Language:JavaScript 5.8%