handler

package
v0.0.0-...-62087f9 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: MIT Imports: 19 Imported by: 0

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.

Jump to

Keyboard shortcuts

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