Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

jxmau/Sloth-V1-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sloth

... because opening a GUI is too inconvenient compared to a CLI.

Sloth is a CLI Networking API testing APp including a Client and a mock Server.

Module

Sloth is divided in modules: client and Server.

Server

server can always replaced by s

command desc
server run/r <filename> Run the server
server new/n <filename> <port> Create a new
server add/a <filename> <name> <path> <method> <status?> Will add a new route at the end of the list. Default status is 200.
server list/l <filename> Return the list of Route on a table.
server delete/d <filename> Delete the Server file.
server delete_route/dr <filename> <od> Will delete the route.
server reorganize/rg <filename> Will reorganize the od of the Routes. Useful after deleting routes or modifying the file.

About

CLI API Testing App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages