From 034e13308a3ebf62d79b871e62b052d95419b11d Mon Sep 17 00:00:00 2001 From: Jeff Gaboni Date: Thu, 4 Aug 2022 20:29:22 +0800 Subject: [PATCH] Add API brief description (#1196) * Add API brief description * Update content/roadmaps/101-backend/content/109-apis/readme.md Co-authored-by: Kamran Ahmed --- content/roadmaps/101-backend/content/109-apis/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/109-apis/readme.md b/content/roadmaps/101-backend/content/109-apis/readme.md index db412acd9..ccb7c615a 100644 --- a/content/roadmaps/101-backend/content/109-apis/readme.md +++ b/content/roadmaps/101-backend/content/109-apis/readme.md @@ -1 +1,6 @@ -# Apis \ No newline at end of file +# APIs + +API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. + +Free Content +What is an API?