Skip to content

Implement resources and resource providers #31

@bandesz

Description

@bandesz

Notes

Resources are blocks defining an external stateful resource, e.g. a file or a cloud resource.
Resources always have a unique id, possibly a URI.

Resource providers can get, list, create, update and delete resources.

There should be the following built-in blocks:

  • list: generator block which can generate resource block instances, optional filters, can watch
  • get: generator block which can load a resource, can watch
  • create/update/delete

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions