This repository contains the source of apis provided by my website. Functions are under constructed.
The prefix of all request url is: http://api.forec.cn
.
Provides some online APIs for programming, such as compression and encipher. For example, you may want to just compress a single string using gzip
, but the implementation will take so much time and code, now you can use the gzip
API and let my server compress it for you. The server will take your request and returns the result in JSON format.
All codes in this repository are licensed under the terms you may find in the file named "LICENSE" in this directory.