- Added categories service
- Updated physical service to set the secret header
- Fixed bug about client naming for realtime service
- Update credentials for clients to naming used by simple oauth2
- Added public method to type, properties, functions and statuses
- Fixed missing Basic Auth. For some wierd reason it is not created from the request library
- Moved Simple OAuth2 dependency to dev. In this way we totally decouple the OAuth mechanism from Lelylan services.
- Fixed bug on index.js referencing the wrong file
- Fixed bug on parsing JSON for GET and DELETE requests
- Refactoring all tests to make more reliable
- Fixed activation definition which was wrong
- Added tests for public services (they do not need access token)
- Added Lelylan.Profile.me to get authenticated user profile
- Minor changes on cleaning up sent data to Lelylan
- First version Node client for Lelylan API