Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calvarado194 committed Oct 13, 2018
1 parent a0d772a commit 25afdb6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25afdb6

Please sign in to comment.