mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 21:23:13 +02:00
16 lines
190 B
Plaintext
16 lines
190 B
Plaintext
|
|
### GET request to example server
|
||
|
|
GET http://127.0.0.1:5000/boop
|
||
|
|
|
||
|
|
###
|
||
|
|
|
||
|
|
POST http://127.0.0.1:5000/api/v3/AI_recommendations
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
[
|
||
|
|
49026,
|
||
|
|
155,
|
||
|
|
312113
|
||
|
|
]
|
||
|
|
|
||
|
|
###
|