camomile-project / camomile-client-javascript

Javascript client for Camomile REST API
http://camomile-project.github.io/
MIT License
1 stars 6 forks source link

make Camomile a class instead of a global object #9

Closed rom1504 closed 8 years ago

rom1504 commented 8 years ago

use es6 class syntax and default parameters to improve the code a bit

Based of the npm_package branch, should be merged after it.

Fixes #8

hbredin commented 8 years ago

I should probably have merged this one instead? Looks like the branch has conflicts now...

rom1504 commented 8 years ago

I will rebase it

On Fri, Oct 7, 2016, 08:59 Hervé BREDIN notifications@github.com wrote:

I should probably have merged this one instead? Looks like the branch has conflicts now...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/camomile-project/camomile-client-javascript/pull/9#issuecomment-252167447, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPN_qyeCzr9Ios2FtSVnIgm8aha3rhiks5qxe28gaJpZM4KQIeN .

rom1504 commented 8 years ago

It seems that happened because #7 commits were squashed. Anyway, I fixed it.