-
Notifications
You must be signed in to change notification settings - Fork 3
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
Elements of a Hypermedia Message Document #10
Conversation
This is a rough draft and skeleton of the hypermedia elements doc. Each point will be expanded in following commits.
@@ -0,0 +1,132 @@ | |||
# Elements of Hypermedia Media Types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smizell Should this be Hypermedia Messages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @fosrias, lets talk about Hypermedia message (based on examination of hypermedia formats – media types)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition I would explicitly state that this document is describing elements of Hypermedia Messages in HTTP APIs, not in general.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this actually protocol dependent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I've included HTTP stuff, but we should make it protocol independent. I don't think it would take much effort. Most of the HTTP stuff centers around the HTTP methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding the title, I thought @fosrias was interested in changing from referring to this as message, which is what I originally had:
I'm really fine either way, and I think both are applicable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smizell Sorry for the confusion. Wanted to keep messages. So, your original commit was good.
@smizell Finished commenting on your comments. |
Elements of a Hypermedia Message Document
👍 |
Per issue #4, this is the first draft of this document describing the elements of a hypermedia message. It is all open for discussion, and I'd be happy to change anything. Below are some discussion items.
Once we come to a consensus, we can merge it into the repo. Thanks!