Web Server APIs Flashcards
1
Q
What is an API?
A
Application Programming Interface.
It gives access to some other system. It could be a completely external interface.
2
Q
Name a restful API
A
Ajax
3
Q
What is AJAX?
A
We dynamically update different parts of the page by accessing url points that just contain partials.
4
Q
Why would you want to work with restful API’s?
A
Got the capability to work with them, jquery can create all these http methods.
All of the modern web is intertwined in some way.