Module: Honey::Okapi
- Defined in:
- lib/okapi/cli.rb,
lib/okapi/help.rb,
lib/okapi/test.rb,
lib/okapi/config.rb,
lib/okapi/output.rb,
lib/okapi/spec_parser.rb,
lib/okapi/apiary_connector.rb
Defined Under Namespace
Classes: ApiaryConnector, CLI, Help, Output, Parser, Test
Constant Summary collapse
- CONFIG_PATH =
"apiary.yaml"- APIARY_URL =
"https://api.apiary.io"- GET_REQUESTS_PATH =
"/tests/get-requests"- GET_RESULTS_PATH =
"/tests/get-test-results"- BLUEPRINT_PATH =
"apiary.apib"- TEST_SPEC_PATHS =
"tests.spec"- TEST_URL =
"http://127.0.0.1"- OUTPUT =
'tap'