Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
Yurba Desktop API
Yurba Component Language
Player: { ... }
Player {
hide: void,
show: void,
edit: object MusicData {
Name: String,
Author: String,
Cover: Url, // not local path, url only
Release: Int,
Url: Url // music source, mp3
},
play: void,
stop: void
}