0% found this document useful (0 votes)
5 views1 page

Understanding API Types and Examples

Uploaded by

utubebhuvan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Understanding API Types and Examples

Uploaded by

utubebhuvan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

API

API:
● Application Programming Interface.
● Api is a set of rules and definition that is used to exchange req & info
TYPES OF API:
1. Web api - API’s accessed using HTTP/HTTPS protocols in the web
1.1 EXAMPLE: REST, SOAP, GraphQL
2. Library API - It is a function or method inbuilt in software
2.1. EXAMPLE : Java Lib, Python Lib
3. Database API : using queries accessing database from the application
3.1. EXAMPLE : Jdbc , odbc
REST API:

You might also like