Changes for page API V2.0

Last modified by Treyfane Dingo on 2024/03/10 02:07

From version 4.2
edited by Treyfane Dingo
on 2023/08/15 13:00
Change comment: There is no comment for this version
To version 4.1
edited by Treyfane Dingo
on 2023/08/15 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,11 +25,11 @@
25 25  
26 26  === Example (CURL) ===
27 27  
28 -{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" https://www.furcom.org/api/lassie/v2.0}}}
28 +{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" https://www.furcom.org/api/lassie/v1.0}}}
29 29  
30 30  This example will display the entire Lost & Found Database of FTC.
31 31  
32 -{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" -d "command=lost" https://www.furcom.org/api/lassie/v2.0}}}
32 +{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" -d "command=lost" https://www.furcom.org/api/lassie/v1.0}}}
33 33  
34 34  This example will display only the lost items of the Lost & Found Database of FTC.
35 35