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

CHEAT+SHEET+ +Understanding+APIs+ +Application+Programming+Interfaces

This lecture covers the concept of APIs (Application Programming Interfaces) and their types, including public and private APIs. Public APIs allow external access to data from a company's services, while private APIs are used internally by developers within a company. Examples include flight searches on kayak.com for public APIs and Facebook's internal databases for private APIs.

Uploaded by

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

CHEAT+SHEET+ +Understanding+APIs+ +Application+Programming+Interfaces

This lecture covers the concept of APIs (Application Programming Interfaces) and their types, including public and private APIs. Public APIs allow external access to data from a company's services, while private APIs are used internally by developers within a company. Examples include flight searches on kayak.com for public APIs and Facebook's internal databases for private APIs.

Uploaded by

Prasanth Akkidas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Understanding APIs - Application

Programming Interfaces
LECTURE
SUMMARY

Taught by:
Covered in this lecture:

What APIs are and types of APIs

API: Application Programming Interface

API is the messenger that takes requests and tells the

system what you want to do, then it returns what you

requested back to you

Public APIs are provided by companies to allow products

or services to get data from their services

>> Example: Searching flights on kayak.com

- they contact various companies' databases and display

their data in the results

Private APIs are available only to developers inside a

company to get information from different internal systems

>> Example: Facebook

- there are probably databases holding all the user

information, where developers can get the data they need

See you next lecture!

You might also like