Click here to Skip to main content
15,887,988 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have an idea about api and what they can do and how they can we used in a project , but I have no idea how to implement them.

I tried google but nothing seems straightforward, please suggest me a Roadmap or Learning material for learning about APi's.

What I have tried:

Tried Goggle but all results were not focused on the basics
Posted
Updated 2-Jul-20 22:09pm

1 solution

An API (Application Programming Interface) is simply a set of libraries that provides a set of common classes that allows an application programmer to write the 'business' side of an application. So there is no such thing as "a Roadmap or Learning material for learning about APi's.", since each one is unique to its language or framework.

If your question is about a specific one, such as .NET, MFC, PHP, Javascrpt etc., then the online documentation will give you all the details.
 
Share this answer
 
Comments
[no name] 3-Jul-20 6:06am    
Thanks Richard, I guess I know that , but what is "REST","SOUP" and all ?
I mean I am really confused on suhc words ... restful api ?
Richard MacCutchan 3-Jul-20 8:42am    
It really is not difficult to find out: rest - Google Search[^].

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900