Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5e98768 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Aug 4, 2023
1 parent b101a7e commit 8e36764
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
10 changes: 1 addition & 9 deletions api_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1164,14 +1164,6 @@ define({ "api": [
"field": "page",
"defaultValue": "1",
"description": "<p>Page number</p>"
},
{
"group": "Parameter",
"type": "String",
"optional": true,
"field": "sort",
"defaultValue": "newest",
"description": ""
}
]
}
Expand All @@ -1188,7 +1180,7 @@ define({ "api": [
"examples": [
{
"title": "curl",
"content": "curl -i https://janda.sinkaroid.org/pururin/search?key=yuri\ncurl -i https://janda.sinkaroid.org/pururin/search?key=yuri&page=2&sort=newest",
"content": "curl -i https://janda.sinkaroid.org/pururin/search?key=yuri",
"type": "curl"
},
{
Expand Down
10 changes: 1 addition & 9 deletions api_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1164,14 +1164,6 @@
"field": "page",
"defaultValue": "1",
"description": "<p>Page number</p>"
},
{
"group": "Parameter",
"type": "String",
"optional": true,
"field": "sort",
"defaultValue": "newest",
"description": ""
}
]
}
Expand All @@ -1188,7 +1180,7 @@
"examples": [
{
"title": "curl",
"content": "curl -i https://janda.sinkaroid.org/pururin/search?key=yuri\ncurl -i https://janda.sinkaroid.org/pururin/search?key=yuri&page=2&sort=newest",
"content": "curl -i https://janda.sinkaroid.org/pururin/search?key=yuri",
"type": "curl"
},
{
Expand Down
4 changes: 2 additions & 2 deletions api_project.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ define({
"url": "https://janda.sinkaroid.org",
"sampleUrl": "https://janda.sinkaroid.org",
"name": "Jandapress",
"version": "3.8.1-alpha",
"version": "3.8.2-alpha",
"description": "RESTful and experimental API for the Doujinshi, Pressing the whole nhentai, pururin, hentaifox, and more.. where the official one is lack.",
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2023-05-16T21:54:12.678Z",
"time": "2023-08-04T12:27:25.656Z",
"url": "https://apidocjs.com",
"version": "0.29.0"
}
Expand Down
4 changes: 2 additions & 2 deletions api_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"url": "https://janda.sinkaroid.org",
"sampleUrl": "https://janda.sinkaroid.org",
"name": "Jandapress",
"version": "3.8.1-alpha",
"version": "3.8.2-alpha",
"description": "RESTful and experimental API for the Doujinshi, Pressing the whole nhentai, pururin, hentaifox, and more.. where the official one is lack.",
"defaultVersion": "0.0.0",
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2023-05-16T21:54:12.678Z",
"time": "2023-08-04T12:27:25.656Z",
"url": "https://apidocjs.com",
"version": "0.29.0"
}
Expand Down

0 comments on commit 8e36764

Please sign in to comment.