File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 77// + What are common features and themes with API's?
88// + What are some examples (and analogies) of API's?
99// 2. What is a web API?
10+ // X. How does the API request/response cycle work?
1011// 3. What is AJAX?
1112// 4. What is JSON?
1213// + What kind of data types can JSON use?
120121*/
121122
122123
124+ /*
125+ How does the API request/response cycle work?
126+ /////////////////////////////////////////////
127+ • An API request/response cycle begins with the developer sending a request to an API for information.
128+ • The API will forward the request to the application and if the request is allowed and send data back to the developer.
129+
130+ */
131+
132+
133+
134+
135+
136+
137+
138+
139+
123140/*
1241412. What is AJAX?
125142////////////////
You can’t perform that action at this time.
0 commit comments