Skip to content

More content output representations #91

Description

@eviltester

In Thingifier add support for more output content representations

  • text/csv - best for collections; ok for single instances.
  • text/plain - simple line-based output, human readable but not structured
  • text/html - useful to show that APIs can return browser-renderable representations too.
  • application/x-ndjson or application/jsonl - one JSON object per line; good for streamed/exported collections. (but we would not add streaming)
  • application/json-seq - standardized JSON text sequence
  • text/tab-separated-values - TSV, could possibly build on CSV

these would be generated based on the GET QUERY accept headers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions