tmus / monzo

A Go library for interacting with the Monzo Bank API.
MIT License
3 stars 0 forks source link

Fix ping method to use `ping/whoami` endpoint #1

Closed tmus closed 5 years ago

tmus commented 5 years ago

Inspecting requests made on web.monzo.com, it turns out a ping endpoint does exist after all. Updated to use this endpoint.