Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

  • Authorization
  • Avatar
  • Comment
  • File
  • Folder
  • Lists
  • Note
  • Reminder
  • Subtask
  • Task
  • User
  • Webhook
  • Overview
  • Namespace
  • Class

Trait File

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at File.php
Methods summary
public array
# getFiles( string $entity, array $attributes = [] )

Show all the files from a list or from a task.

Show all the files from a list or from a task.

Parameters

$entity
A list or a task.
$attributes

Returns

array
public array
# getFile( integer $fileId )

Get a specific file.

Get a specific file.

Parameters

$fileId
The id of the file.

Returns

array
public array
# createFile( array $attributes = [] )

Create a new file for a list.

Create a new file for a list.

Parameters

$attributes

Returns

array
public array
# deleteFile( integer $fileId )

Delete a file.

Delete a file.

Parameters

$fileId
The id of the file.

Returns

array
API documentation generated by ApiGen