APIs are the enablers for digital economy. There are various different types of APIs. REST APIs are a popular choice for creating Inter-Process Communication.
In this video I explain how to create a simple API using popular Django REST Framework (DRF). You'll see how easy it is to create a REST API in this framework. Even if you are not a Python nor a Django developer, you should still be able to grasp the ideas and get started.
Please read through the below article which I based my screen cast on.
/ implementing-a-rest-api-with-django-rest-f...