From 25afdb631bf168a9cff965ba54310d0e24b2a6c6 Mon Sep 17 00:00:00 2001 From: Ema Alvarado Date: Sat, 13 Oct 2018 01:17:34 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db05a7d..0f3d554 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,26 @@ Calling the URL `https://oneninefour.cl/celeste/` via a POST request will return "Mirror Temple":"Kill a seeker", "Reflection":"Collect Cassette Tape", "Summit":"Take the rightmost path at 1000m" - } + }, + "lang": "en" } ``` You can later call it again passing the seed as part of the URL (ex: `https://oneninefour.cl/celeste/fc56b42f3835b662`) +You may pass the following arguments as JSON body to either request and they will be returned if present with the assigned value at the request: + +```javascript +{ + "lang": "es" (es, en. default "en"), + "exclude_pico": true (default false), + "exclude_berries": true (default false), + "allow_cheat": true (default false) +} +``` + ### Supported languages -['de', 'en', 'es', 'fr', 'it', 'ja', 'ko', 'ru', 'zh_hans'] +['en', 'es'] ## License