Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "spyder",
Short: "API Testing & Requesting from the Console",
Long: `Spyder makes it easy to make API requests from the console.
You can define API endpoints using simple JSON and run requests against them.
Spyder uses a shell like interface to make insepcting the request details easier.
A given API should be spefieid as a 'project'. To get started run the 'init'
command in an empty folder to setup a new project.
$ spyder init
For more information on defining endpoitns and other customization options see:
http://github.com/5sigma/spyder
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.