Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiCmd ¶
type ApiCmd struct {
Endpoint string `arg:"" optional:"" help:"API endpoint to call"`
Method string `help:"HTTP method to use" short:"X"`
Headers []string `help:"Headers to include in the request" short:"H"`
Data string `help:"Data to send in the request body" short:"d"`
Analytics bool `help:"Use the Test Analytics endpoint"`
File string `help:"File containing GraphQL query" short:"f"`
}
Click to show internal directories.
Click to hide internal directories.