What is API? Can we build them.what are the languages used for building APIs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is API? Can we build them.what are the languages used for building APIs

17th Mar 2018, 5:00 PM
NIKHIL SHARMA
NIKHIL SHARMA - avatar
2 Answers
+ 3
An API can be built in almost any language, and there are even frameworks and libraries that allow you to build your application and implement an API. The APIs are mainly a way of interacting with your application (through the execution of services or the obtaining of data that you store in your application). In the following links there is more detailed information about what an API is, how to build one, and other data that is important to consider: * http://www.andrewhavens.com/posts/20/beginners-guide-to-creating-a-rest-api/ * https://medium.com/the-era-of-apis/20-tutorials-on-how-to-create-your-own-api-sorted-by-programming-language-9ad2fa5fc429
17th Mar 2018, 8:35 PM
Mickel
Mickel - avatar