Copyright © 2016 - 2026 SigScale Global Inc.
| content_types_accepted/0 | Provides list of resource representations accepted. |
| content_types_provided/0 | Provides list of resource representations available. |
| head_client/0 | Body producing function for
HEAD /ocs/v1/client
requests. |
| get_clients/2 | Body producing function for GET /ocs/v1/client
requests. |
| get_client/2 | Body producing function for GET /ocs/v1/client/{id}
requests. |
| post_client/1 | Respond to POST /ocs/v1/client and add a new client
resource. |
| patch_client/4 | Respond to PATCH /ocs/v1/client/{id} request and
Updates a existing client's password or attributes. |
| patch_client1/4* | |
| delete_client/1 | Respond to DELETE /ocs/v1/client/{address} request and deletes
a client resource. |
| client/1* |
content_types_accepted() -> ContentTypes
Provides list of resource representations accepted.
content_types_provided() -> ContentTypes
Provides list of resource representations available.
head_client() -> Result
Body producing function for
HEAD /ocs/v1/client
requests.
get_clients(Query, Headers) -> Result
Body producing function for GET /ocs/v1/client
requests.
get_client(Id, Query) -> Result
Body producing function for GET /ocs/v1/client/{id}
requests.
post_client(RequestBody) -> Result
Respond to POST /ocs/v1/client and add a new client
resource.
patch_client(Id, Etag, ContentType, ReqBody) -> Result
Respond to PATCH /ocs/v1/client/{id} request and
Updates a existing client's password or attributes.
patch_client1(Id, Etag, CType, Operations) -> any()
delete_client(Id) -> Result
Respond to DELETE /ocs/v1/client/{address} request and deletes
a client resource. If the deletion is successful return true.
client(Client) -> Result
Generated by EDoc