Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
chore: add manifest.json start_url
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 19, 2021
1 parent e63ec0d commit f4451b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/.vuepress/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
],
"theme_color": "#282c34",
"background_color": "#282c34",
"display": "standalone"
"display": "standalone",
"start_url": "./index.html"
}
12 changes: 6 additions & 6 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

- identifier: `{string | number} URL, URL path or ID`
- options?: `{Object}`
- `{number} [limit] Limit the amount of tracks returned. Defaults to 50.`
- `{string} [client_id] client_id for APIv2`
- limit?: `{number} Limit the amount of tracks returned. Defaults to 50.`
- client_id?: `{string} client_id for APIv2`

- **Returns**: `Promise<PaginatedResponse<TrackElement[]>>`
::: details example tracks Object
Expand Down Expand Up @@ -77,8 +77,8 @@

- identifier: `{string | number} URL, URL path or ID`
- options?: `{Object}`
- `{number} [limit] Limit the amount of likes returned. Defaults to 50.`
- `{string} [client_id] client_id for APIv2`
- limit?: `{number} Limit the amount of likes returned. Defaults to 50.`
- client_id?: `{string} client_id for APIv2`

- **Returns**: `Promise<PaginatedResponse<UserLikesv2Element[]>>`
::: details example likes Object
Expand Down Expand Up @@ -145,8 +145,8 @@

- query: `{string}`
- options?: `{Object}`
- `{number} [limit] Limit the amount of items returned. Defaults to 20.`
- `{string} [client_id] client_id for APIv2`
- limit?: `{number} Limit the amount of items returned. Defaults to 20.`
- client_id?: `{string} client_id for APIv2`

- **Returns**: `Promise<PaginatedResponse<SearchResult[]>>`
::: details example search response Object
Expand Down

0 comments on commit f4451b8

Please sign in to comment.