feat(CLI): --debug flag to output traffix

* If `--debug` is set, we will output all server communication to
  stderr. That way, we can compare our requests to what is expected by
  ush based on official docs.
* `discovery` now doesn't use the API key anymore - this is specified
   using a custom override.

Nice, we are totally ready to test and fix all API features.

Related to #70
This commit is contained in:
Sebastian Thiel
2015-04-21 12:03:58 +02:00
parent f7740ad149
commit 159c65916f
6 changed files with 24 additions and 4 deletions

View File

@@ -29,5 +29,6 @@ cargo:
- docopt = "*"
- docopt_macros = "*"
- rustc-serialize = "*"
- yup-hyper-mock = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"