Codemify: API & Client Service Architecture Flashcards
1
Q
What is API (Application Programming Interface)?
A
API refers to Application Programming Interface, which is a software intermediary that allows two applications to communicate with each other.
For Ex: Every time you use an application like Facebook, send an instant message or check the weather on your phone, you’re using an API.
2
Q
What is API Testing Tools?
A
- The one we can use with the UI (we have an app on the laptop or in a browser; we’re sending API request -> getting API response)
- Curl - the one we can use in the terminal.
- Dev Tools of Google Chrome Browser
3
Q
What is API Testing Tools?
A
- The one we can use with the UI (we have an app on the laptop or in a browser; we’re sending API request -> getting API response)
- Curl (CLI - Command Line Interface)- the one we can use in the terminal.
- Dev Tools of Google Chrome Browser
4
Q
How do you use Google Dev Tools for API testing?
A
I’ve used it to check what data was coming out from the browser and what data was coming back in