Skip to content

Add contracts storage list #1

Description

@MetaB0y

Output should look like this:

{
  “farm”: [
{“id”: XXX, version: “6.0.1”, “depoyed”: DATE, "description" : "..."},
…
],
“fomo” [
…
],
…
}

API (Swagger):

  • ADD(type: required, id: required, version: required, description: optional) — if “type” does not exist, it should be created
  • REMOVE(id)

maybe also

  • REMOVE_TYPE(type)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions