The PlayMakers configuration :
API_BASEURL
: The base URL for the PlayMakers APIAPI_CACHE_EXPIRATION
: The cache expiration time in msBARISTA_BASEURL
: The base URL for the Barista APIBARISTA_VERSION
: The version of the Barista APIIDSERVER_BASEURL
: The base URL for the ID serverNOTIFICATIONS_POLL_PERIOD
: How often in ms do we poll for notificationsPROJECT_ID
: The project ID - Need to be set by the userSUBMISSION_UPLOAD_POLL_PERIOD
: How often in ms we poll the submission status for pending...
to clearSUBMISSION_UPLOAD_TIMEOUT
: How long MH will wait in ms before displaying timeout messageUPLOADS_BASEURL
: The base URL for the uploadsconst config = usePlayMakersConfig();
console.log(config.API_BASEURL);
Generated using TypeDoc
Custom hook to get the PlayMakers configuration