Skip to content

Change return type of generators #70

Open
@vcokltfre

Description

@vcokltfre

This proposes that the return type of generation endpoints be changed to return objects in the structure of:

{
  "seed": 1234,
  "url": "https://..."
}

This would mean that applications are able to access the seed by which a ducky is generated, if it's randomly generated (although this would be included for consistency on seeded ducks too).

Note that this format (returning a URL) relies on quackstack being made to use S3 compatible object storage before it can be implemented.

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