Module resource_api

Source

Structs§

CreateResourceParams
struct for passing parameters to the method create_resource
DeleteResourceParams
struct for passing parameters to the method delete_resource
GetResourceParams
struct for passing parameters to the method get_resource
ListResourcesParams
struct for passing parameters to the method list_resources
UpdateResourceParams
struct for passing parameters to the method update_resource

Enums§

CreateResourceError
struct for typed errors of method create_resource
DeleteResourceError
struct for typed errors of method delete_resource
GetResourceError
struct for typed errors of method get_resource
ListResourcesError
struct for typed errors of method list_resources
UpdateResourceError
struct for typed errors of method update_resource

Functions§

create_resource
Create a link between a resource and a service version.
delete_resource
Delete a link between a resource and a service version.
get_resource
Display a resource link by its identifier.
list_resources
List links between resources and services
update_resource
Update a link between a resource and a service version.