Created
October 13, 2016 17:58
-
-
Save mwarkentin/4a64f2d44452c3ca50e6adb57234a8fa to your computer and use it in GitHub Desktop.
Manually calling convox's API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v -X "GET" "https://console.convox.com/system" \ | |
-H "rack: kraken" \ | |
-u ":<token>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment