Code mix-in to get access to various Ember elements. This code grants access to the following methods:
getApp(): Ember.Application
- Returns the Ember Application.getContainer(): Ember.Container
- Returns the App's containergetQueryCache():
kitsu.services.QueryCache - Get the query cache serviceCode mix-in to get the Anime progress.
Requires the getQueryCache
function from EMBER_BASE to be loaded.
The variables animeId
, and userId
need to be set using formatCode.
Code mix-in to set the Anime progress.
Requires the getQueryCache
function from EMBER_BASE to be loaded.
The variables animeId
, userId
, and progress
need to be set using formatCode.
Perform a request to the Kitsu API.
Authorization header value
ignore errors and return null
Transition to the given ember view.
Generated using TypeDoc
Service for kitsu.io.