Home - plbin97/thatseed-api GitHub Wiki

Here are all the APIs about ThatSeed.

You can build your own Shadowsocks client with ThatSeed backend.


Before we start, here are some important notes about ThatSeed's APIs.

1, In all APIs', the parameters your are going to send should be encoded as URL encode format, just like the way of sending in HTML form.

2, In user login, ThatSeed would gives you a token (or you can call it as "key"). Please keep the token securely. It only be changed when user changes his/her password.

3, In each important operation, ThatSeed would applies Captcha to verify the user is whether a robot or a human. To learn more about Captcha in ThatSeed, please take a look in https://github.com/zcapt/.

4, All the content of HTTP responses from ThatSeed would be encoded in JSON formats with keys and values.

5, In normal with out error, HTTP response code should be 200. However, HTTP response code would be 400 if any kind of error occurred.

Last, Please do not attack the servers in ThatSeed. PLEEEEEase!!!

Thank you for reading that.