5.0.0 • Published 5 years ago

@datafire/rhapsody v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/rhapsody

Client library for Rhapsody

Installation and Usage

npm install --save @datafire/rhapsody
let rhapsody = require('@datafire/rhapsody').create();

.then(data => {
  console.log(data);
});

Description

Access Rhapsody technologies and content, including metadeta, search and music player.

Actions

artists.top.get

Returns a list of top artists.

rhapsody.artists.top.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

artists.art.id.get

rhapsody.artists.art.id.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

artists.art.id.full.get

rhapsody.artists.art.id.full.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

artists.art.id.albums.get

rhapsody.artists.art.id.albums.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

artists.art.id.recommendations.get

rhapsody.artists.art.id.recommendations.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

artists.art.id.similar.get

rhapsody.artists.art.id.similar.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

artists.art.id.tracks.top.get

rhapsody.artists.art.id.tracks.top.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

albums.top.get

Returns a list of top albums.

rhapsody.albums.top.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

albums.new.get

rhapsody.albums.new.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

albums.alb.id.get

rhapsody.albums.alb.id.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

albums.alb.id.tracks.get

rhapsody.albums.alb.id.tracks.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

albums.alb.id.similar.get

rhapsody.albums.alb.id.similar.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

albums.alb.id.recommendations.get

rhapsody.albums.alb.id.recommendations.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

albums.alb.id.reviews.get

rhapsody.albums.alb.id.reviews.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

search.typeahead.get

Returns a list of tracks, artists and albums based on the search term for authenticated users.

rhapsody.search.typeahead.get({
  "apikey": "",
  "q": ""
}, context)

Input

  • input object
    • apikey required string
    • q required string: Typeahead search term.
    • limit string
    • offset string

Output

Output schema unknown

tracks.top.get

Returns a list of top tracks.

rhapsody.tracks.top.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

tracks.tra.id.get

rhapsody.tracks.tra.id.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

tracks.tra.id.recommendations.get

rhapsody.tracks.tra.id.recommendations.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string
    • limit string
    • offset string

Output

Output schema unknown

genres.get

Returns a list of available genres.

rhapsody.genres.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

genres.g.id.get

rhapsody.genres.g.id.get({
  "apikey": ""
}, context)

Input

  • input object
    • apikey required string

Output

Output schema unknown

Definitions

This integration has no definitions

5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago