Skip to content

[WIP] Command-line Postman alternative, define tests in markdown files and run them using candyman

Notifications You must be signed in to change notification settings

sanket143/candyman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candyman

CLI (Not TUI) http client that also supports GraphQL :)

Example request

[Uri]
http://localhost:9000/graphql

[Method]
POST

[Body::GraphQLQuery]
{
  apiVersion
}

[Body::GraphQLVariables]
{
  "id": 1
}

About

[WIP] Command-line Postman alternative, define tests in markdown files and run them using candyman

Resources

Stars

Watchers

Forks

Packages

No packages published