The application uses the following REST API to get data:
JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It's great for tutorials, testing new libraries, sharing code examples, ...
At the moment only the /posts resource has been implemented.
- Nikos Labiris - Initial work - nlabiris