We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdabcc1 commit 4cf8933Copy full SHA for 4cf8933
1 file changed
JavaScript Outlines/ApiAjaxJSon.js
@@ -123,10 +123,14 @@
123
124
/*
125
How does the API request/response cycle work?
126
-/////////////////////////////////////////////
+/////////////////////////////////////////////'
127
+==SHORT ANSWER==
128
• An API request/response cycle begins with the developer sending a request to an API for information.
129
• The API will forward the request to the application and if the request is allowed and send data back to the developer.
130
131
+==EXAMPLE==
132
+ [DEVELOPER] ===(request)==> [API] ===(request approved)==> [APP APPROVES] ===(data returned) ==> [DEVELOPER]
133
+
134
*/
135
136
0 commit comments