RESTful Node.js: A Structured Approach
search
⌘Ctrlk
RESTful Node.js: A Structured Approach
  • Book Cover
  • About the Author
  • Links and Resources
  • Part I: The Why
    • Foreword
    • Preface
    • Chapter 1: Introduction
  • Part 2: The Theory
    • Chapter 2: REST Origins
    • Chapter 3: RESTful API Design Guidelines and "Best Practices"
    • Chapter 4: Structured JavaScript Architecture
    • Chapter 5: The 8 Step Recipe
  • Part 3: The Code
    • Chapter 6: Introduction to the Bookstore API
    • Chapter 7: Retrieving Books from our API
    • Chapter 8: Adding Authentication to our API
    • Chapter 9: Adding the Create, Update, and Delete Operations to our API
    • Chapter 10: Testing our API
  • Conclusion
    • Final Words
  • Bonus!
    • Refactoring to HATEOAS
  • Appendix
    • Sources & References
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. Appendix

Sources & References

hashtag
Chapter 1

  1. History of APIsarrow-up-right

  2. JSConf EU - 2009arrow-up-right

  3. Computing Conversations with Brendan Eicharrow-up-right

  4. Microsoft REST API Guidelinesarrow-up-right

  5. Google API Design Guidearrow-up-right

  6. GitHub REST API Docsarrow-up-right

  7. Slack API Docsarrow-up-right

  8. Twitter API Docsarrow-up-right

PreviousRefactoring to HATEOASchevron-left

Last updated 3 years ago