istic-openstack/client/js/requests/identity.js
2016-01-31 13:34:43 +01:00

15 lines
No EOL
168 B
JavaScript

// Make Namespace
var identity = {} ;
// Fetch Status
identity.fetchStatus = function(){
// TODO
return new Array("0", "user1", "25/02/2016");
}