Categorygithub.com/youngzhu/go-basecamp
modulepackage
0.5.0
Repository: https://github.com/youngzhu/go-basecamp.git
Documentation: pkg.go.dev

# README

go-basecamp

通过Basecamp的API操作里面的数据,例如添加日程

添加环境变量

BASECAMP_ACCOUNT_ID="XXX"
BASECAMP_ACCESS_TOKEN="XXX"

# Functions

AddCard creates a card POST /buckets/1/card_tables/lists/2/cards.json creates a card within the column with ID 2 in the project with id 1.
AddSchedule adds a schedule entry POST /buckets/1/schedules/3/entries.json creates a schedule entry in the project with ID 1 and under the schedule with an ID of 3.
AddTodo creates a to-do POST /buckets/1/todolists/3/todos.json creates a to-do in the project with ID `1` and under the to-do list with an ID of `3`.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TodoSetDock all to-do lists under a project are children of a to-do set resource.