# README
DO NOT EDIT: The .go
and .plush
files in this folder are copied here from a protected location.
Pace API definition
Pace uses the Oto project to describe its API using Go (Golang) interfaces.
The definition can be found in the definition
folder.
The Oto tooling combines the definition with the templates to generate simple API clients like the Go client library, and the Pace CLI tool.
- What next? Learn more about the Oto project
# Structs
AddCommentRequest is the input object for AddComment.
AddCommentResponse is the output object for AddComment.
Card is a card in Pace.
Comment is a single comment in Pace.
CreateCardRequest is the input object for CreateCard.
CreateCardResponse is the output object for CreateCard.
DeleteCardRequest is the input object for DeleteCard.
DeleteCardResponse is the output object for DeleteCard.
DeleteCommentRequest is the input object for DeleteComment.
DeleteCommentResponse is the output object for DeleteComment.
File represents an attached file.
GetCardRequest is the input object for GetCard.
GetCardResponse is the output object for GetCard.
Person is a human who uses Pace.
PutBackCardRequest is the input object for PutBackCard.
PutBackCardResponse is the output object for PutBackCard.
TakeCardRequest is the input object for TakeCard.
TakeCardResponse is the output object for TakeCard.
UpdateCardRequest is the input object for UpdateCard.
UpdateCardResponse is the output object for UpdateCard.
UpdateCardStatusRequest is the input object UpdateCardStatus.
UpdateCardStatusResponse is the output object for UpdateCardService.
# Interfaces
CardsService allows you to programmatically manage cards in Pace.
CommentsService allows you to programmatically manage comments in Pace.