2023-12-16 01:53:05 +01:00
|
|
|
# -*- restclient -*-
|
2023-06-15 21:57:23 +02:00
|
|
|
|
|
|
|
# Makes post http request to a resource from yufu_concept module.
|
2023-11-12 23:42:52 +01:00
|
|
|
# Make sure uuid is uniq or it will create new revision.
|
2023-06-15 21:57:23 +02:00
|
|
|
|
|
|
|
POST https://yufu-manifest.ddev.site/api/pojem/dodaj
|
|
|
|
User-Agent: Emacs Restclient
|
|
|
|
Content-Type: application/json
|
2023-09-30 20:02:02 +02:00
|
|
|
Cookies: "SSESSb6f5da6ef565138b872e3e58509d8150=0z6Zk4tRwTF4WAR%2CSO6rH0K5F7hqKpbe28XRRHwvTxo%2CUnpC"
|
2023-06-15 21:57:23 +02:00
|
|
|
|
|
|
|
{
|
2023-11-12 23:42:52 +01:00
|
|
|
"title": "888 Emacs restclient test 888",
|
|
|
|
"text": "O wau. Emacs restclient. How nice. Dodam text. Spet.",
|
|
|
|
"email": "lio.novelli@radiostudent.si",
|
|
|
|
"uuid": "70c1ace2-aaaa-4dc5-84ed-3f21b83cb23a"
|
2023-09-30 20:02:02 +02:00
|
|
|
}
|
2023-12-02 22:24:18 +01:00
|
|
|
|
|
|
|
# Testiramo autocomplete
|
|
|
|
|
|
|
|
GET https://yufu-manifest.ddev.site/api/pojem/autocomplete?q=jadr
|
|
|
|
User-Agent: Emacs Restclient
|
|
|
|
Content-Type: application/json
|
|
|
|
Cookies: "SSESSb6f5da6ef565138b872e3e58509d8150=0z6Zk4tRwTF4WAR%2CSO6rH0K5F7hqKpbe28XRRHwvTxo%2CUnpC"
|