From 51459444d14be2d3a07964f6e647c868819bdbb9 Mon Sep 17 00:00:00 2001 From: chauhanJaideep <91944440+chauhanJaideep@users.noreply.github.com> Date: Fri, 21 Oct 2022 20:42:08 +0530 Subject: [PATCH] Add content to API clients in Go roadmap (#2668) * added content to 107-go-api-clients * Update content/roadmaps/109-golang/content/107-go-api-clients/readme.md Co-authored-by: Kamran Ahmed --- .../109-golang/content/107-go-api-clients/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/109-golang/content/107-go-api-clients/readme.md b/content/roadmaps/109-golang/content/107-go-api-clients/readme.md index aa91346d9..8f475f79a 100644 --- a/content/roadmaps/109-golang/content/107-go-api-clients/readme.md +++ b/content/roadmaps/109-golang/content/107-go-api-clients/readme.md @@ -1 +1,6 @@ -# Go api clients \ No newline at end of file +# API Clients + +An API client is a set of tools and protocols that operate from an application on a computer. They help you to bypass some operations when developing a web application rather than reinventing the wheel every time. Using a client API is a great way to speed up the development process. + +Free Content +API Clients