Reaching Out to the Routes and Database
Learn how to create placeholders and access the database using the API calls.
We'll cover the following...
Placeholders
While the databases include games
, users
, and usages
tables, the routes only include games
. This is because the client only interacts with the games
, and the other tables play a supporting role. Here’s one way to create simple placeholders. Each method ignores its arguments and payloads and simply returns an “under construction” message.
Now, ...