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

Adding RFCs #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/04-api-design/references.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== {references}

<<geewax>>, <<zimmermann>>, <<lauret>>, <<amundsen>>, <<higginbotham>>
<<geewax>>, <<zimmermann>>, <<lauret>>, <<amundsen>>, <<higginbotham>>, <<json>>, <<http-problem>>

// tag::DE[]
// silence asciidoctor warnings
Expand Down
6 changes: 6 additions & 0 deletions docs/99-references/00-references.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ This section contains references that are cited in the curriculum.

- [[[higginbotham,Higginbotham 2021]]] James Higginbotham, "Principles of Web API Design: Delivering Value with APIs and Microservices", Addison-Wesley, 2021

- [[[http-problem,HTTP Problem Details]]] Mark Nottingham, Erik Wilde, and Sanjay Dalal, "Problem Details for HTTP APIs", Internet Proposed Standard RFC 9457, July 2023

**J**

- [[[json,JSON]]] Tim Bray, "The JavaScript Object Notation (JSON) Data Interchange Format", Internet Standard RFC 8259, December 2017

**L**

- [[[lauret,Lauret 2019]]] Arnaud Lauret, "The Design of Web APIs", Manning Publications, 2019
Expand Down
Loading