Skip to content

Commit

Permalink
doc: Add zerodha.tech badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamd3vil committed May 12, 2022
1 parent 2551018 commit 92f3f22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<a href="https://zerodha.tech"><img src="https://zerodha.tech/static/images/github-badge.svg" align="right" /></a>

# HTTP Script Executor

A simple HTTP server to execute scripts.
Expand Down Expand Up @@ -33,6 +35,6 @@ curl --request POST \
--data '["a", "b"]'
```

- If the script is successfully executed, this returns a `200` with combined output of `stdout`, `stderr`.
- If the script is successfully executed, this returns a `200` with combined output of `stdout`, `stderr`.
- If there's an error executing the script, `500` is returned with the error.
- If the server is not able to find the script in the given `scripts_dir`, `404` is returned.
- If the server is not able to find the script in the given `scripts_dir`, `404` is returned.

0 comments on commit 92f3f22

Please sign in to comment.