The base api url is https://wys.glitch.me
Get snippets by pages
Get data of a single snippet.
To vote a snippet, you can only do that once per ip address.
/snippet/:id/vote/up
/snippet/:id/vote/reset
/snippet/:id/vote/down
Get raw code of a single snippet. It can be imported by Browser Runtime
Field | Example Value | Description |
---|---|---|
id | 13 |
Snippet ID |
title | 問天地好在 |
Snippet title |
author | LingDong- |
Author name of the snippet |
code | 吾有一言。曰「「問天地好在」」。書之。 |
The wenyan code |
votes | 66 |
Current vote counts |
voted | 1 |
Voted value by yourself, 1 for upvote, -1 for downvote, undefined for unvoted |