playlistAddhascheckparam same asplaylistSongAdd
- Refactored project to simplify structure
smartlistmethodsmartlistsmethod - Native support now, so longer a filtered list fromplaylistssmartlist_songsmethodsmartlist_deletemethodget_kyricsmethod
- Add
search_rulesmethod
- Use Bearer token in Authorization header for handshake() if that is enabled
- Opt-in to Bearer token (losing my mind)
- get_art has a
sizeparam
- Had not run build since v1.1.1...
- Was missing some updates from API 6.3.0 - 6.6.8
- Update Ampache API version
- Add
is_hidden&mergeto genre object - Add
userto playlist object - Add
has_accessto preference objects
- getBookmark 'all' param
- Return promise from playlists method
- Return the full response instead of just the array of items
- Breaks backwards compatibility with earlier versions of the API which sent only the array of items
- e.g.
md5hash andtotal_countwill now be included where applicable, with an additional property containing the array of items named after the requested object type
- Added
rawURLmethod for generating URLs based on an endpoint + params
- New
condandsortparams for paginated collections
- Restore the auth param when logging in debug mode
- Use Bearer header for auth. Your Ampache server will need
Access-Control-Allow-Headers- Example config for Apache virtualhost:
Header set Access-Control-Allow-Headers "Authorization"
- Example config for Apache virtualhost:
- New
lostPasswordmethod - New
bookmarkmethod - New
userPlaylistsmethod - New
userSmartlistsmethod - New
playlistAddmethod - New
indexmethod - Bookmark updates
- More types for
shareCreate has_artprop for everything withartplaylistAddSongdeprecated, use newplaylistAdd
- Preferences are now an object
- New
album_artist&song_artisttypes foradvancedSearch
genre&podcastdo not return arrays
- New
randomparam onplaylistSongs
stream,download&get_artreturn binary blobs
- Initial release