February 2017
Beginner to intermediate
1100 pages
25h 19m
English
In the last section, we deployed an API that responds to GET requests. Since this is a lot to take in, let's summarize how to go about API creation:
/conf/routes, using wildcards in the URL as needed. /app/models to represent the models used by the API.Write[T] methods to write models to JSON or XML so that they can be returned by the API.There are many more useful components of the Play framework that you are likely to need, such as, for instance, how to use Slick to access SQL databases. We do not, ...
Read now
Unlock full access