cloudfoundry / log-cache

Archived: Now bundled in https://github.com/cloudfoundry/log-cache-release
Apache License 2.0
14 stars 11 forks source link

Extra / after endpoint parameters #64

Closed dtimm closed 6 years ago

dtimm commented 6 years ago

In the readme, the following commands:

curl "http://<log-cache-addr>:8080/v1/read/<source-id>/?start_time=<start-time>&end_time=<end-time>"

curl "http://<log-cache-addr>:8080/v1/shard_group/<group-name>/?start_time=<start-time>&end_time=<end-time>&requester_id=<requester-id>"

After the url positional parameter(source-id, and group-name), and before the query params(start-time and end-time) it shows an extra / between them.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/157563760

The labels on this github issue will be updated when the story is started.