Expose the Account API (RADIUS users)

* Adds Account CRUD API
* Enahnces `emptyStringInt` with a predicate for dynamically setting
  which value should be interpreted as a blank JSON payload
This commit is contained in:
James Stephenson
2020-08-21 08:08:51 -04:00
committed by Paul Tyng
parent ae40573bb7
commit 47fa522aba
7 changed files with 141 additions and 2 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/paultyng/go-unifi
go 1.12
require github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
require (
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/tj/assert v0.0.3
)