Commit Graph

5 Commits

Author SHA1 Message Date
Russell Sim 133ebab58d Added license information to asd files
This was requested for inclusion into Quicklisp.

Change-Id: I8694730b8e21757f28fe963267c47b180a69b668
2015-03-02 23:00:51 +11:00
Russell Sim 2b75f1821d Initial partial keystone API implementation
Change-Id: I25b216936cd902bc9cf05dee517859fd1756f751
2013-10-17 20:22:16 +11:00
Russell Sim 6ab023dbd1 Added token validity predicate
CONNECTION-TOKEN-VALID-P will return T if the token expires in the
future.

Change-Id: I27d1aa0fa8dfee736a5c0ebd4fca2bd22c62ba9b
2013-10-15 00:20:57 +11:00
Russell Sim 84e1783379 Implemented simple error handling behaviour
A KEYSTONE-ERROR condition will be signalled if the response code isn't
200 and the content type is application/json.  In all other cases the
url and the return code will be signalled as a standard error.

Change-Id: If68c3bf3fb8836e0c8510aed3329720da4e154e5
2013-10-13 17:18:08 +11:00
Julien Danjou e4e7a658d8 Import basic Keystone client
Signed-off-by: Julien Danjou <julien@danjou.info>
2013-06-15 22:29:59 +02:00