From 5ed18de5956fcc8733999fc651c5c6ddbb2638ff Mon Sep 17 00:00:00 2001 From: raiv200 <67946371+raiv200@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:06:16 +0530 Subject: [PATCH] Updated readme.md Added description about What is an API. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0893f11..3730c63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + +# What is an Api? +Basically you should know what is an API , before using it. + +API stands for Application Programming Interface .It is a way which heklp you connect to some databases. +The database can either be on a remote server or at localhost. + # Apps Script and APIs Collection of apps scripts for connecting to apis. Originally a 2017 project but something I'll be adding more to.