I hereby claim:
- I am edgurgel on github.
- I am edgurgel (https://keybase.io/edgurgel) on keybase.
- I have a public key ASCFFdznd_xIcmqTNu9r9OB470iWR9qAaJi0dOKjeSfpPQo
To claim this, I am signing this object:
| defmodule Example do | |
| use HTTPoison.Base | |
| def request(method, url, body \\ "", headers \\ [], options \\ []) do | |
| IO.inspect [method, url, body, headers, options] | |
| super(method, url, body, headers, options) | |
| end | |
| end |
| #!/bin/bash | |
| # Author: Alexander Rodin <[email protected]> | |
| # License: MIT | |
| BUILD_DIR=build | |
| while getopts "hp:s:r:b:o:c:n" opt; do | |
| case $opt in | |
| h) | |
| echo "Usage: $0 [options]" |
I hereby claim:
To claim this, I am signing this object: