Intro to APIs
An API (Application Programming Interface) is any tool that helps connect your program with someone else program.
API Examples
Getting data from a server
The server hosts "an API" - exposed "endpoints" we can access for getting data from the server....
codelady.hashnode.dev2 min read