AbstractStatic ReadonlydefaultThe default asset type filter
StaticarticulateStaticauthenticatedPerforms an authenticated fetch. If the user is not authenticated, this API will throw.
The url to fetch.
OptionalisAuthOptional: booleanA promise for the fetch
StaticfetchFetches the asset from the Polyverse backend.
The library ID to fetch the asset from.
The asset ID to fetch.
A promise for the asset object.
StaticfetchFetches the asset list from the Polyverse backend. This API is used to fetch assets from the Polyverse backend. The assets can be fetched from the global library, user subscriptions, a channel or a library.
The sort type to use.
The number of contents to fetch.
The offset to fetch the contents from.
The type of fetch to perform.
The object ID to fetch the contents from.
The categories to fetch the assets from.
The asset type filters to include.
OptionalignoreAssetTypeFilters: (The asset type filters to ignore.
OptionalincludeCategories: booleanWhether to include categories in the fetch.
OptionalsearchQuery: stringThe search query to use.
A promise for the library asset contents.
StaticfetchFetches the user configuration from the Polyverse backend.
A promise for the asset object.
Staticopen
The PolyverseService class provides access to the Polyverse API.