• Custom hook to get the PlayMakers configuration

    Returns PlayMakersConfig

    The PlayMakers configuration :

    • API_BASEURL: The base URL for the PlayMakers API
    • API_CACHE_EXPIRATION: The cache expiration time in ms
    • BARISTA_BASEURL: The base URL for the Barista API
    • BARISTA_VERSION: The version of the Barista API
    • IDSERVER_BASEURL: The base URL for the ID server
    • NOTIFICATIONS_POLL_PERIOD: How often in ms do we poll for notifications
    • PROJECT_ID: The project ID - Need to be set by the user
    • SUBMISSION_UPLOAD_POLL_PERIOD: How often in ms we poll the submission status for pending... to clear
    • SUBMISSION_UPLOAD_TIMEOUT: How long MH will wait in ms before displaying timeout message
    • UPLOADS_BASEURL: The base URL for the uploads

    Example

    const config = usePlayMakersConfig();
    console.log(config.API_BASEURL);

Generated using TypeDoc