fanfou-sdk
    Preparing search index...

    Type Alias FanfouOptions

    type FanfouOptions = {
        apiDomain?: string;
        consumerKey?: string;
        consumerSecret?: string;
        hooks?: FanfouHooks;
        oauthDomain?: string;
        oauthToken?: string;
        oauthTokenSecret?: string;
        password?: string;
        protocol?: string;
        username?: string;
    }
    Index

    Properties

    apiDomain?: string
    consumerKey?: string
    consumerSecret?: string
    hooks?: FanfouHooks
    oauthDomain?: string
    oauthToken?: string
    oauthTokenSecret?: string
    password?: string
    protocol?: string
    username?: string