@bjornharrtell/json-api
    Preparing search index...

    Interface JsonApiConfig

    interface JsonApiConfig {
        endpoint: string;
        kebabCase?: boolean;
        modelDefinitions: ModelDefinition[];
    }
    Index

    Properties

    endpoint: string

    The URL for the JSON:API endpoint

    kebabCase?: boolean

    Whether to convert kebab-case names from JSON:API (older convention) to camelCase

    modelDefinitions: ModelDefinition[]

    Model definitions for the store