Katie Knister
|
6e14267c3c
|
Added a basic api interface for events
|
2015-02-26 14:14:25 -08:00 |
|
Rohit Jnagal
|
28984d7811
|
Add spec to v2.0 API.
|
2015-02-19 17:59:41 +00:00 |
|
Rohit Jnagal
|
7201af3ca5
|
Expose a minimal 2.0 API with the first summary endpoint.
Right now, we just do raw container name. More types to follow.
We'll re-do the older endpoint in 2.0 before we publish it.
|
2015-02-19 05:27:44 +00:00 |
|
Rohit Jnagal
|
e06e65f987
|
Map request for 'api/v1.2/docker/' to 'api/v1.2/docker'
Presently, we just fail this request:
$ curl 0:8080/api/v1.2/docker/
failed to get Docker container "" with error: unable to find Docker container ""
|
2015-02-18 07:25:42 +00:00 |
|
Victor Marmol
|
77283196f6
|
Refactoring API version handling.
This should make it easier to add future API versions and makes it a bit
simpler to look through the API.
|
2015-02-09 15:16:45 -08:00 |
|