phonegap/node-phonegap-build-api

Implement GET user

mwbrooks opened this issue · 1 comments

GET https://build.phonegap.com/api/v1/me

Implement as lib/user.js

// GET https://build.phonegap.com/api/v1/me

api.get('/me', function(e, data) {
    // data.id
});