Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

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

Trait Lists

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Lists.php
Methods summary
public array
# getLists( )

Show all the lists a user has access to.

Show all the lists a user has access to.

Returns

array
public array
# getList( integer $listId )

Show a list.

Show a list.

Parameters

$listId
The id of the list.

Returns

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

Create a new list.

Create a new list.

Parameters

$attributes

Returns

array
public array
# updateList( integer $listId, array $attributes = [] )

Update a list.

Update a list.

Parameters

$listId
The id of the list.
$attributes

Returns

array
public array
# publishList( integer $listId, array $attributes = [] )

Make a list public.

Make a list public.

Parameters

$listId
The id of the list.
$attributes

Returns

array
public array
# deleteList( integer $listId, array $attributes = [] )

Delete a list.

Delete a list.

Parameters

$listId
The id of the list.
$attributes

Returns

array
API documentation generated by ApiGen