Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yangjiaxi/exp_toolkit_server


https://github.com/yangjiaxi/exp_toolkit_server

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Experiment Toolkit, Server side

## APIs

### response

成功

```js
{
type: "success",
data: Object || null,
}
```

失败

```js
{
type: "error" || "warning",
message: String,
data: Object || null
}
```