Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ThanatosDi/APNGpyAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
丁丁 authored and 丁丁 committed Apr 3, 2019
2 parents 58007fa + 30665c9 commit b37415c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md → docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ APNG web API
----|---- | ---
image|necessary | 圖片二進位檔
num|optional | APNG播放次數,預設為 0 (loop)
```python

```python
# POST to server
import requests
data = {
Expand All @@ -32,6 +33,7 @@ APNG web API
----|---- | ---
url|necessary | 圖片網址
num|optional | APNG播放次數,預設為 0 (loop)

```python
https://api.kawai.moe/apng/playnum?url=https://www.example.com/example.png&num=3
# Response
Expand Down

0 comments on commit b37415c

Please sign in to comment.