1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/doc/developer.md
T
2021-01-31 18:50:00 +01:00

605 B

Developer Keys

If you have a developer key, you can provide it in your queries to get access to experimental cheat.sh features. The developer key must be specified as the X-Cheatsh-Key header of the query.

To check, if you key is valid, query /:authorized:

$ curl -H "X-Cheatsh-Key: 2ecf6cba-a8b2-04a7-7a51-XXXX" http://127.0.0.1:8002/:authorized
AUTHORIZED (developer)

$ curl -H "X-Cheatsh-Key: 2ecf6cba-a8b2-04a7-7a51-YYYY" http://127.0.0.1:8002/:authorized
NOT AUTHORIZED

If you use editor plugins to access cheat.sh, see the plugin documentation for information about key usage.