Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
hive
hive-js
Commits
0c0a9939
Commit
0c0a9939
authored
Jun 02, 2017
by
Fabien
Committed by
GitHub
Jun 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #153 from steemit/doc-login-disclamer
Add disclamer to login method
parents
7271dde1
1b627391
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/README.md
doc/README.md
+5
-1
No files found.
doc/README.md
View file @
0c0a9939
...
...
@@ -477,11 +477,15 @@ steem.api.getMinerQueue(function(err, result) {
## Login API
### Login
/!
\
It's
**not safe**
to use this method with your username and password. This method always return
`true`
and is only used in intern with empty values to enable broadcast.
```
steem.api.login(
username, password
, function(err, result) {
steem.api.login(
'', ''
, function(err, result) {
console.log(err, result);
});
```
### Get Api By Name
```
steem.api.getApiByName(apiName, function(err, result) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment