πAPI Design
Learn about the flow state design of the API
Example:
const library = wranglebot.query.library.one("mylibrary").fetch();
library.query.metafiles.many().fetch(); //returns all metafiles in the library
Last updated
Learn about the flow state design of the API
const library = wranglebot.query.library.one("mylibrary").fetch();
library.query.metafiles.many().fetch(); //returns all metafiles in the library
Last updated