Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Login? #2

Open
jbonnett92 opened this issue Jun 1, 2019 · 0 comments
Open

Login? #2

jbonnett92 opened this issue Jun 1, 2019 · 0 comments

Comments

@jbonnett92
Copy link

I get this message when using the login api: Please use HTTP POST to authenticate using this API

Code:

cloudstack.exec('login', { username: 'user', password: 'password' }, function(error, result) {
    if (error) {
      console.log(error);
    }
    console.log(result);
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant