Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ugly first attempt at resource metadata #127

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

evert
Copy link
Member

@evert evert commented Apr 7, 2022

This is in need of a better design idea before I can continue.

For a given resource, I'd like to be able to show some metadata. The source of the metadata are 3 things:

  1. self link, lots potential hints there.
  2. Response headers
  3. Response to an OPTIONS request.

With that information we can show stuff like:

  • Which methods are supported
  • Which mime-types are supported (for Accept header, but also patch and post formats)
  • The last modification date

This is my first attempt at this:

Screenshot from 2022-04-07 01-32-30

It's too cluttered to make this work

Base automatically changed from json-viewer to main April 7, 2022 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant