Skip to content

Commit

Permalink
Added searchTrackByArtistTitle function
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel-Schmidt committed Sep 15, 2023
1 parent c8832dd commit 5dca1e2
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 23 deletions.
5 changes: 3 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default class PlayItLiveAPI {
private apiUrl;
private apiToken;
constructor(apiUrl: string, apiToken: string);
private apiKey;
constructor(apiUrl: string, apiKey: string);
getSettings(): Promise<string>;
/**
* Get all informations from track
Expand Down Expand Up @@ -36,4 +36,5 @@ export default class PlayItLiveAPI {
pauseTrackAtMaster(): Promise<string>;
stopTrackAtMaster(): Promise<string>;
nextTrackAtMaster(): Promise<string>;
searchTrackByArtistTitle(artist_title: string): Promise<string>;
}
48 changes: 29 additions & 19 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5dca1e2

Please sign in to comment.