wndr_position: Positions API

Description Usage Arguments See Also Examples

Description

A list of ordered, unique integers related to a users's lists or a list's tasks or a task's subtasks.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

id

Position ID

revision

Revision

values

Positions

See Also

https://developer.wunderlist.com/documentation/endpoints/positions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# get all list positions
p <- wndr_get_list_position()

# get a list position
wndr_get_list_position(id = 1111)

# update the list position
wndr_update_list_position(id = p$id[1], values = rev(p$values[[1]]), revision = p$revision[1])

## End(Not run)

yutannihilation/wunderlistr documentation built on May 4, 2019, 7:46 p.m.