Types
Fez::Types
This module contains all of the api responses that you might get from fez
api-response
.success: returns Bool:D
.message: returns Str:D, this will typically contain an error message
`
list-org-response
Inherits api-response's functionality
groups: returns a
Listof orgs
members-org-response
Inherits api-response's functionality
.members: returns a
Listof org members
auth-response
Inherits api-response's functionality
.auth-response: returns a successful auth response's key, otherwise an empty string