Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes for 1.0 #2

Open
1 task
guillaumearm opened this issue Nov 4, 2018 · 0 comments
Open
1 task

Breaking changes for 1.0 #2

guillaumearm opened this issue Nov 4, 2018 · 0 comments
Assignees
Labels
1.0 First stable release

Comments

@guillaumearm
Copy link
Owner

guillaumearm commented Nov 4, 2018

New usage

const Jeedom = require('jeedom');

const { rpc } = Jeedom({
  host: 'http://jeedomip',
  apikey: '__JEEDOM_API_KEY__',
});

rpc.ping()
  .then(pong => console.log(pong));
@guillaumearm guillaumearm added the 1.0 First stable release label Nov 4, 2018
@guillaumearm guillaumearm self-assigned this Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 First stable release
Projects
None yet
Development

No branches or pull requests

1 participant