From f4f2f2c47695335170eea6d03681648f8f0dd37b Mon Sep 17 00:00:00 2001 From: "Roker2 (Dmitry Minko)" Date: Tue, 7 Jan 2020 13:57:48 +0300 Subject: [PATCH 1/2] api: Add instruction how to get release url from release model I thought, that to need to add it. --- api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api.md b/api.md index 20bdde7..332f36b 100644 --- a/api.md +++ b/api.md @@ -631,6 +631,7 @@ query * blockedInfo [object]**?** – ["Модель блокировки"](#user-content-модель-релиза) * playlist [array[object]]**?** – Список из ["Модель серии"](#user-content-модель-серии) * torrents [array[object]]**?** – Список из ["Модель торрента"](#user-content-модель-торрента) +* url - `/release/ + code + .html` (пример: `https://www.anilibria.tv/release/sakurako-san-no-ashimoto-ni-wa-shitai-ga-umatteiru.html`) ##### Модель серии ``` From 62438c7b3f997409c2146031f3f1e15665200241 Mon Sep 17 00:00:00 2001 From: "Roker2 (Dmitry Minko)" Date: Fri, 31 Jan 2020 23:41:06 +0300 Subject: [PATCH 2/2] =?UTF-8?q?api:=20Move=20release=20URL=20to=20=D0=90?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api.md b/api.md index 332f36b..9ac94da 100644 --- a/api.md +++ b/api.md @@ -75,6 +75,8 @@ mail, passwd Ответ: Тело не важно В хедере будет кука PHPSESSID - её нужно сохранить и использовать в следующих запросах ``` +Примечаня: +* URL релиза - `/release/ + code + .html` (пример: `https://www.anilibria.tv/release/sakurako-san-no-ashimoto-ni-wa-shitai-ga-umatteiru.html`) ##### Разлогиниться URL @@ -631,7 +633,6 @@ query * blockedInfo [object]**?** – ["Модель блокировки"](#user-content-модель-релиза) * playlist [array[object]]**?** – Список из ["Модель серии"](#user-content-модель-серии) * torrents [array[object]]**?** – Список из ["Модель торрента"](#user-content-модель-торрента) -* url - `/release/ + code + .html` (пример: `https://www.anilibria.tv/release/sakurako-san-no-ashimoto-ni-wa-shitai-ga-umatteiru.html`) ##### Модель серии ```