Summary
In this chapter, we added a REST API to our Todo application. You learned how to code the CRUD functions for this API and about the necessity of versioning your code. The REST API exposes your data to the world, that’s why testing and documenting are especially important. You learned how to write these specific tests and how to document the API using Swagger.
In the next chapter, we’ll discover the specific techniques to deploy our Genie app in production.