apisyouwonthate / standards.rest

A collection of standards, specifications, etc. for HTTP API development.
http://standards.rest
73 stars 11 forks source link

Fix broken pointer references and regenerate standards file #10

Closed ibnesayeed closed 6 years ago

ibnesayeed commented 6 years ago

Over the time as more specs are added/removed, some indexes in the specs.json are change. This PR fixes some of those as they are now at the time of regeneration of the standards.yml file.

philsturgeon commented 6 years ago

Thank you, I'd been meaning to fix the way this works for a while but not got around to it. We should list standards we're interested in and have it map, instead of specifying indexes which are prone to change.

ibnesayeed commented 6 years ago

Yes, perhaps reading the metadata from a source where the URI/reference is more persistence would be the way to go. Also, finding these JSON paths is not the easiest for everyone who don't know right tools to play with. For example, I used jq for the purpose. We might also want to document it if we want to attract more contributions.