Eigenbahn / ai-dungeon-cli

:european_castle: A cli client to play.aidungeon.io
MIT License
150 stars 34 forks source link

Implement login support. #1

Closed Jezza closed 4 years ago

Jezza commented 4 years ago

Just thought I'd give you a heads up.
You can log in the user if you want with:

POST https://api.aidungeon.io/users

{
    "email": "_",
    "password": "_"
}
p3r7 commented 4 years ago

Thanks for the tip!

Now implemented (https://github.com/Eigenbahn/ai-dungeon-cli/commit/9ea40b666bbd216590db82573f0fc222f6d414b7).

p3r7 commented 4 years ago

Closing as thoroughly tested.