Implementing a REST API with Ballerina
11 min readDec 20, 2022
--
APIs have become a software commodity today. It’ll be hard to find any enterprise talking about digitization not doing anything with APIs. API is a general term to refer a way to communicate between two systems using an agreed interface, hence the name ‘Application Programming Interface’. In essence it enables Inter-Process Communication (IPC.)