Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseUrl = "https://graph.microsoft.com/v1.0/me/todo/lists/" FetchTasksUrl = BaseUrl + "%v/tasks?$filter=status%%20eq%%20'notStarted'" AlterTaskUrl = BaseUrl + "%v/tasks/%v" InvalidTaskSymbol = "⚠" )
View Source
const (
TimeOut = 5 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
func FetchTasks ¶
func FetchTasks(w http.ResponseWriter, r *http.Request)
func QueryTransactions ¶
func QueryTransactions(w http.ResponseWriter, r *http.Request)
func StoreToken ¶
func StoreToken(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.