1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

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 <kamranahmed.se@gmail.com>
This commit is contained in:
chauhanJaideep
2022-10-21 20:42:08 +05:30
committed by GitHub
parent 0373f7722f
commit 51459444d1

View File

@@ -1 +1,6 @@
# Go api clients
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://rapidapi.com/blog/api-glossary/client/'>API Clients</BadgeLink>