@joblist/components - v0.3.4
    Preparing search index...

    Interface ProviderApiCapabilities

    interface ProviderApiCapabilities {
        descriptionFormat: string;
        hasDescriptions: boolean;
        requiresAuth: boolean;
        requiresMultipleRequests: boolean;
        supportedLanguages: string[];
        supportsFiltering: boolean;
        supportsPagination: boolean;
    }
    Index

    Properties

    descriptionFormat: string

    Format of description content (html|text|markdown)

    hasDescriptions: boolean

    Whether provider supports job descriptions

    requiresAuth: boolean

    Whether authentication is required

    requiresMultipleRequests: boolean

    Whether multiple API calls needed for full data

    supportedLanguages: string[]

    List of supported language codes

    supportsFiltering: boolean

    Whether API supports location/other filtering

    supportsPagination: boolean

    Whether API supports pagination