Get returns the resource corresponding with the given identifier.
(r *http.Request, id string)
| 96 | Create(r *http.Request, attributes ResourceAttributes) (Resource, error) |
| 97 | // Get returns the resource corresponding with the given identifier. |
| 98 | Get(r *http.Request, id string) (Resource, error) |
| 99 | // GetAll returns a paginated list of resources. |
| 100 | // An empty list of resources will be represented as `null` in the JSON response if `nil` is assigned to the |
| 101 | // Page.Resources. Otherwise, is an empty slice is assigned, an empty list will be represented as `[]`. |
no outgoing calls