Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Collections

Hierarchy

  • Collections

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private accessToken

accessToken: string

Private api

api: Api = new api(this.accessToken)

Methods

folders

  • Fetches all the folders of the specified user. Defaults to the authenticated user if none is specified.

    Parameters

    • Optional params: object
      • Optional calculate_size?: boolean
      • Optional ext_preload?: boolean
      • Optional limit?: number
      • Optional mature_content?: boolean
      • Optional offset?: number
      • Optional username?: string

    Returns Promise<DeviantArtFolders>

get

  • Gets all of the deviations in a folder. Unless if you are searching for your own folders, you must specify the username of the user.

    Parameters

    • params: object
      • Optional expand?: string
      • folderid: string
      • Optional limit?: number
      • Optional mature_content?: boolean
      • Optional offset?: number
      • Optional username?: string

    Returns Promise<DeviantArtSearchResults>

Generated using TypeDoc