CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Fix postman for start routes #94

Closed james-hummingbot closed 3 years ago

james-hummingbot commented 3 years ago

Postman expects /eth/uniswap/start and /eth/balancer/swap to be POST, but the are actually GET. Fix the postman test examples and update the comments in the code (they say POST but they are actually GET).

james-hummingbot commented 3 years ago

For QA, reload test/postman/v2/Gateway.postman_collection.json and confirm that /eth/balancer/start and /eth/uniswap/start work.