Yurba Docs
Yurba Documentation

Get started

Accounts

Apps

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

For Desktop Developers

METHOD fetch

Allows you to send GET requests for links. Similar to fetch() in JavaScript

app.fetch(string Url).then((data) => { /// your code... })