introduction to REST API's

Background REST API’s are a popular means of manipulating data. REST API’s use a client-server model. The server is a web server and the client is a Web application or a Python, Perl, Java, .NET, Node.js or COBOL program. REST is an abbreviation for ‘Representational State transfer’ while API is another abbreviation for ‘Application Program Interface’. This all sounds complicated and almost intimidating but it’s not. Database developers have been manipulating data using a client (SQL*Plus) from a server (Oracle database) for many years....

October 6, 2022