Updated documentation.
Updated the documentation.
This commit is contained in:
parent
8967dc213f
commit
537589e0f6
4 changed files with 12 additions and 12 deletions
|
@ -50,7 +50,7 @@ define({ "api": [
|
||||||
"name": "GetAutocomplete",
|
"name": "GetAutocomplete",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/autocomplete"
|
"url": "http://localhost/autocomplete"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -147,7 +147,7 @@ define({ "api": [
|
||||||
"name": "GetSearch",
|
"name": "GetSearch",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/search"
|
"url": "http://localhost/search"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -182,7 +182,7 @@ define({ "api": [
|
||||||
"name": "GetStatus",
|
"name": "GetStatus",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/status"
|
"url": "http://localhost/status"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"name": "GetAutocomplete",
|
"name": "GetAutocomplete",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/autocomplete"
|
"url": "http://localhost/autocomplete"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
"name": "GetSearch",
|
"name": "GetSearch",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/search"
|
"url": "http://localhost/search"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
"name": "GetStatus",
|
"name": "GetStatus",
|
||||||
"sampleRequest": [
|
"sampleRequest": [
|
||||||
{
|
{
|
||||||
"url": "http://localhost/api/lighthouse/status"
|
"url": "http://localhost/status"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@ define({
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Lighthouse - Next-gen search api for LBRY",
|
"description": "Lighthouse - Next-gen search api for LBRY",
|
||||||
"title": "Lighthouse API DOCS",
|
"title": "Lighthouse API DOCS",
|
||||||
"url": "http://localhost/api/lighthouse",
|
"url": "http://localhost",
|
||||||
"sampleUrl": "http://localhost/api/lighthouse",
|
"sampleUrl": "http://localhost",
|
||||||
"json_body": true,
|
"json_body": true,
|
||||||
"template": {
|
"template": {
|
||||||
"withCompare": true,
|
"withCompare": true,
|
||||||
|
@ -14,7 +14,7 @@ define({
|
||||||
"apidoc": "0.3.0",
|
"apidoc": "0.3.0",
|
||||||
"generator": {
|
"generator": {
|
||||||
"name": "apidoc",
|
"name": "apidoc",
|
||||||
"time": "2017-09-20T20:49:14.871Z",
|
"time": "2017-09-28T20:31:59.344Z",
|
||||||
"url": "http://apidocjs.com",
|
"url": "http://apidocjs.com",
|
||||||
"version": "0.17.6"
|
"version": "0.17.6"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Lighthouse - Next-gen search api for LBRY",
|
"description": "Lighthouse - Next-gen search api for LBRY",
|
||||||
"title": "Lighthouse API DOCS",
|
"title": "Lighthouse API DOCS",
|
||||||
"url": "http://localhost/api/lighthouse",
|
"url": "http://localhost",
|
||||||
"sampleUrl": "http://localhost/api/lighthouse",
|
"sampleUrl": "http://localhost",
|
||||||
"json_body": true,
|
"json_body": true,
|
||||||
"template": {
|
"template": {
|
||||||
"withCompare": true,
|
"withCompare": true,
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"apidoc": "0.3.0",
|
"apidoc": "0.3.0",
|
||||||
"generator": {
|
"generator": {
|
||||||
"name": "apidoc",
|
"name": "apidoc",
|
||||||
"time": "2017-09-20T20:49:14.871Z",
|
"time": "2017-09-28T20:31:59.344Z",
|
||||||
"url": "http://apidocjs.com",
|
"url": "http://apidocjs.com",
|
||||||
"version": "0.17.6"
|
"version": "0.17.6"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue