Implementing Endpoints and Generating Documentation
摘要
In the last chapter, you put in place the Magic Link authentication system. It allows your API users to log in to the API dashboard using just their email without the need for password. You also put in place a dashboard for your API users. In this chapter, you’ll start building the Payment Processor API. You will implement the API models, migration files, controllers, and routes. You’ll also learn about Scramble, which is used for documentation generation and basic API testing.