Forec / web-api

我的个人网站(http://forec.cn )提供的在线 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web APIs(forec.cn 提供的在线 API)

License Build Status Doc

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 .

查看中文 API 文档


Introduction

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.

Documentation

License

All codes in this repository are licensed under the terms you may find in the file named "LICENSE" in this directory.

About

我的个人网站(http://forec.cn )提供的在线 API

License:ISC License


Languages

Language:Go 100.0%