Added GET /orgs/:orgId/accounts/:accountI API endpoint

This commit is contained in:
Tarcisio Gruppi
2019-03-27 01:49:26 -03:00
parent 3ab14b2d99
commit cbb10098d3
14 changed files with 173 additions and 71 deletions

View File

@@ -7,6 +7,9 @@ import (
/**
* Changelog
*
* 1.2.0
* - add `GET /orgs/:orgId/accounts/:accountId
*
* 1.1.0
* - add `GET /health-check`
*