api

package
v0.0.0-...-ac836da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2015 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetToken

func SetToken(token string)

Types

type Project

type Project struct {
	ID                int    `json:"id"`
	UserID            int    `json:"user_id"`
	Name              string `json:"name"`
	Color             int    `json:"color"`
	Indent            int    `json:"indent"`
	ItemOrder         int    `json:"item_order"`
	Collapsed         int    `json:"collapsed"`
	IsArchived        int    `json:"is_archived"`
	Shared            bool   `json:"shared"`
	ArchivedTimestamp int    `json:"archived_timestamp"`
	IsDeleted         int    `json:"is_deleted"`
	ArchivedDate      string `json:"archived_date"`
}

Project resource

func (*Project) IsGroup

func (this *Project) IsGroup() bool

type ProjectAdd

type ProjectAdd struct {
	Project *Project
	// contains filtered or unexported fields
}

Project endpoint

func (*ProjectAdd) Prepare

func (this *ProjectAdd) Prepare() *basicAPIAction

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL