Changes for page API V2.0

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

From version 5.1
edited by Treyfane Dingo
on 2023/09/25 22:43
Change comment: There is no comment for this version
To version 1.3
edited by Treyfane Dingo
on 2023/05/27 01:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -API V2.0
1 +API V1.0
Parent
... ... @@ -1,1 +1,1 @@
1 -L\.A\.S\.S\.I\.E\..System Information.WebHome
1 +L\.A\.S\.S\.I\.E\..WebHome
Content
... ... @@ -1,6 +1,6 @@
1 -The L.A.S.S.I.E. API V 2.0 can be reached via
1 +The L.A.S.S.I.E. API V 1.0 can be reached via
2 2  
3 -{{{https://api.lassie.online/api/lassie/v2.0}}}
3 +{{{https://www.furcom.org/api/lassie/v1.0}}}
4 4  
5 5  === Required POST Parameters ===
6 6  
... ... @@ -10,7 +10,7 @@
10 10  * request
11 11  * command (optional)
12 12  
13 -The API-Key has to be set in "System Settings". Preferrably a longer and unique key (like a MD5SUM). An specific API key can only be used for a corresponding request type.
13 +The API-Key has to be set in "System Settings". Preferrably a longer and unique key (like a MD5SUM).
14 14  
15 15  (% style="width:50%" %)
16 16  |=(% colspan="3" %)Requests and Commands
... ... @@ -25,11 +25,11 @@
25 25  
26 26  === Example (CURL) ===
27 27  
28 -{{{curl -X POST -d "apikey=ae629a834729fd3aac6d1f827b1793b0" -d "request=lostandfounddb" https://api.lassie.online/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://api.lassie.online/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  
... ... @@ -40,7 +40,7 @@
40 40  ==== Lost & Found Database ====
41 41  
42 42  {{box}}
43 -{"data":[{"id":"1","image":"https:\/\/api.lassie.online\/lassie\/images\/lostandfound_db\/9a7a1039bcbe887ed2f57a5b64c56c51.png","title":"A Piece of Cake","description":"Just another piece of cake","status":"F","lost_timestamp":"","found_timestamp":"2021-06-22 19:08:16","return_timestamp":""}]}
43 +{"data":[{"id":"1","image":"https:\/\/www.furcom.org\/lassie\/images\/lostandfound_db\/9a7a1039bcbe887ed2f57a5b64c56c51.png","title":"A Piece of Cake","description":"Just another piece of cake","status":"F","lost_timestamp":"","found_timestamp":"2021-06-22 19:08:16","return_timestamp":""}]}
44 44  {{/box}}
45 45  
46 46  (% style="width:50%" %)
... ... @@ -48,7 +48,6 @@
48 48  |=(% scope="col" %)Key|=Field|=NULL
49 49  |id|Numeric value, PRIMARY KEY|-
50 50  |image|URL|null
51 -|thumb|URL|null
52 52  |title|Text|empty string
53 53  |description|Text|empty string
54 54  |status|L ~| F ~| R (Lost, Found or Returned)|-