RESTful Node.js: A Structured Approach
Ctrlk
  • 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
Powered by GitBook
On this page
Edit
  1. Appendix

Sources & References

Chapter 1

  1. History of APIs

  2. JSConf EU - 2009

  3. Computing Conversations with Brendan Eich

  4. Microsoft REST API Guidelines

  5. Google API Design Guide

  6. GitHub REST API Docs

  7. Slack API Docs

  8. Twitter API Docs

PreviousRefactoring to HATEOAS

Last updated 3 years ago