scales

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddScale

func AddScale(jwtToken string, reqBody request.ScaleReqBody) (response.Scale, error)

func DeleteScale

func DeleteScale(jwtToken string, scaleId string) error

func GetCardsUsingScale

func GetCardsUsingScale(jwtToken string, scaleId string) ([]response.Card, error)

func GetProjectsUsingScale

func GetProjectsUsingScale(jwtToken string, scaleId string) ([]response.Project, error)

func GetScale

func GetScale(jwtToken string, scaleId string) (response.Scale, error)

func GetScales

func GetScales(jwtToken string, scalesParam GetScalesParam) ([]response.Scale, error)

func UpdateScale

func UpdateScale(jwtToken string, reqBody request.ScaleReqBody, scaleId string) (response.Scale, error)

Types

type GetScalesParam

type GetScalesParam struct {
	IncludeCounts bool
	ExcludeEmpty  bool
}

Jump to

Keyboard shortcuts

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