Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

Add Account API support #36

Open lornajane opened 3 years ago

lornajane commented 3 years ago

Add support for the Account API and Secret Management API (see https://developer.nexmo.com/api/account)

chainvisions commented 3 years ago

Hello there @lornajane, I would like to work on this issue.

lornajane commented 3 years ago

That would be great, do you have a good understanding of what is needed here? Generate the code from the OpenAPI description (available from the account API docs https://developer.nexmo.com/api/account) and the instructions in the CONTRIBUTING.md file. Then add the API wrappers (look at the other products for examples)

chainvisions commented 3 years ago

Alright, I will get to working on it right away.