Updated documentation.

Updated the documentation.
This commit is contained in:
Fillerino 2017-09-28 22:32:18 +02:00
parent 8967dc213f
commit 537589e0f6
4 changed files with 12 additions and 12 deletions

View file

@ -50,7 +50,7 @@ define({ "api": [
"name": "GetAutocomplete",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/autocomplete"
"url": "http://localhost/autocomplete"
}
]
},
@ -147,7 +147,7 @@ define({ "api": [
"name": "GetSearch",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/search"
"url": "http://localhost/search"
}
]
},
@ -182,7 +182,7 @@ define({ "api": [
"name": "GetStatus",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/status"
"url": "http://localhost/status"
}
]
}

View file

@ -50,7 +50,7 @@
"name": "GetAutocomplete",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/autocomplete"
"url": "http://localhost/autocomplete"
}
]
},
@ -147,7 +147,7 @@
"name": "GetSearch",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/search"
"url": "http://localhost/search"
}
]
},
@ -182,7 +182,7 @@
"name": "GetStatus",
"sampleRequest": [
{
"url": "http://localhost/api/lighthouse/status"
"url": "http://localhost/status"
}
]
}

View file

@ -3,8 +3,8 @@ define({
"version": "0.0.1",
"description": "Lighthouse - Next-gen search api for LBRY",
"title": "Lighthouse API DOCS",
"url": "http://localhost/api/lighthouse",
"sampleUrl": "http://localhost/api/lighthouse",
"url": "http://localhost",
"sampleUrl": "http://localhost",
"json_body": true,
"template": {
"withCompare": true,
@ -14,7 +14,7 @@ define({
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2017-09-20T20:49:14.871Z",
"time": "2017-09-28T20:31:59.344Z",
"url": "http://apidocjs.com",
"version": "0.17.6"
}

View file

@ -3,8 +3,8 @@
"version": "0.0.1",
"description": "Lighthouse - Next-gen search api for LBRY",
"title": "Lighthouse API DOCS",
"url": "http://localhost/api/lighthouse",
"sampleUrl": "http://localhost/api/lighthouse",
"url": "http://localhost",
"sampleUrl": "http://localhost",
"json_body": true,
"template": {
"withCompare": true,
@ -14,7 +14,7 @@
"apidoc": "0.3.0",
"generator": {
"name": "apidoc",
"time": "2017-09-20T20:49:14.871Z",
"time": "2017-09-28T20:31:59.344Z",
"url": "http://apidocjs.com",
"version": "0.17.6"
}