Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Connections - Coggle Diagram
Data Connections
Weather Forecast API
-
RESTful API
-
POST
-
Not SAFE, and not IDEMPOTENT (the data can change)
PUT
-
Not SAFE, but is IDEMPOTENT
DELETE
Not SAFE, but it is IDEMPOTENT
-
-
-