mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:23:15 +02:00
16 lines
190 B
HTTP
16 lines
190 B
HTTP
### 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
|
|
]
|
|
|
|
###
|