Is building a REST API hard?

Complicated as it may sound, creating a basic API service is actually quite easy . Snippet below defines an API service using Python and Flask that allows everyone to retrieve a predefined list of users: If you are merely prototyping, such a basic API service would suffice.

Read more