• Example

    import { Showpad } from '@showpad/experience-app-sdk'

    const apiConfig = await Showpad.getShowpadApi()

    Returns Promise<ApiConfig>

    Object with the required information (token, ...) to do an HTTP request to the Showpad API.

Generated using TypeDoc