Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hive-js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hive-js
Commits
06b63187
Commit
06b63187
authored
8 years ago
by
adcpm
Browse files
Options
Downloads
Patches
Plain Diff
- Change follow_api id
parent
4c7d2686
No related branches found
No related tags found
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
TODO.md
+5
-0
5 additions, 0 deletions
TODO.md
examples/steem.min.js
+1
-1
1 addition, 1 deletion
examples/steem.min.js
lib/steem.js
+2
-2
2 additions, 2 deletions
lib/steem.js
lib/steem.min.js
+1
-1
1 addition, 1 deletion
lib/steem.min.js
package.json
+1
-1
1 addition, 1 deletion
package.json
with
10 additions
and
5 deletions
TODO.md
0 → 100644
+
5
−
0
View file @
06b63187
# To Do
### - Multi Requests On Browser
### - Get Api By Name (No Local Var Storage)
### - Broadcast Post / Comment / Vote
\ No newline at end of file
This diff is collapsed.
Click to expand it.
examples/steem.min.js
+
1
−
1
View file @
06b63187
This diff is collapsed.
Click to expand it.
lib/steem.js
+
2
−
2
View file @
06b63187
...
...
@@ -2,7 +2,7 @@ var WebSocket = require('ws');
var
apiIds
=
{
'
database_api
'
:
0
,
'
login_api
'
:
1
,
'
follow_api
'
:
2
,
'
follow_api
'
:
3
,
'
network_broadcast_api
'
:
4
};
...
...
@@ -843,7 +843,7 @@ Steem.prototype.getFollowers = function(following, startFollower, limit, callbac
});
};
/* get_follow
ers
*/
/* get_follow
ing
*/
Steem
.
prototype
.
getFollowing
=
function
(
follower
,
startFollowing
,
limit
,
callback
)
{
var
iterator
=
this
.
iterate
();
this
.
send
(
'
follow_api
'
,
{
...
...
This diff is collapsed.
Click to expand it.
lib/steem.min.js
+
1
−
1
View file @
06b63187
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
06b63187
{
"name"
:
"steem"
,
"version"
:
"0.2.1
2
"
,
"version"
:
"0.2.1
3
"
,
"description"
:
"SteemJS the JavaScript API for Steem blockchain"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment