Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Endpoint import formatting #217

Closed Jvlythical closed 2 months ago

Jvlythical commented 2 months ago

Current:

infoImporting Endpoint: {Endpoint Method} {Endpoint Path}#infoEnd

error{Import error message}#errorEnd

New:

info{Endpoint Method} {Endpoint Path}#infoEnd

{Import success message} <-- If success

warning{Import warning message}#warningEnd <-- If 4xx

error{Import error message}#errorEnd <-- If 5xx