Skip to content
Snippets Groups Projects
Commit 83bd8ced authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Fixes and patterns form follow_api

parent 3c2c3ba2
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!20Dk issue 3 pyresttests
Showing
with 3579 additions and 25 deletions
...@@ -24,68 +24,71 @@ ...@@ -24,68 +24,71 @@
- name: "get_followers" - name: "get_followers"
- variable_binds: - variable_binds:
- method: "get_followers" - method: "get_followers"
- args: {"account":"steemit","start":null,"type":"blog","limit":10} - args: '{"account":"steemit","start":null,"type":"blog","limit":10}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_following" - name: "get_following"
- variable_binds: - variable_binds:
- method: "get_following" - method: "get_following"
- args: {"account":"steemit","start":null,"type":"blog","limit":10} - args: '{"account":"steemit","start":null,"type":"blog","limit":10}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_follow_count" - name: "get_follow_count"
- variable_binds: - variable_binds:
- method: "get_follow_count" - method: "get_follow_count"
- args: {"account":"steemit"} - args: '{"account":"steemit"}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_account_reputations" - name: "get_account_reputations"
- variable_binds: - variable_binds:
- method: "get_account_reputations" - method: "get_account_reputations"
- args: {"account_lower_bound": "steem"} - args: '{"account_lower_bound": "steem", "limit":1}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_blog" - name: "get_blog"
- variable_binds: - variable_binds:
- method: "get_blog" - method: "get_blog"
- args: {"account":"steemit","start_entry_id":0,"limit":1} - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_blog_entries" - name: "get_blog_entries"
- variable_binds: - variable_binds:
- method: "get_blog_entries" - method: "get_blog_entries"
- args: {"account":"steemit","start_entry_id":0,"limit":1} - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
- <<: *base_test - <<: *base_test
- test: - test:
- name: "get_reblogged_by" - name: "get_reblogged_by"
- variable_binds: - variable_binds:
- method: "get_reblogged_by" - method: "get_reblogged_by"
- args: {"author":"steemit","permlink":"firstpost"} - args: '{"author":"steemit","permlink":"firstpost"}'
- <<: *base_test - <<: *base_test
- test: # API not found
- name: "get_feed_entries" # - test:
- variable_binds: # - name: "get_feed_entries"
- method: "get_feed_entries" # - variable_binds:
- args: {"account":"steemit","start_entry_id":0,"limit":1} # - method: "get_feed_entries"
- <<: *base_test # - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
# - <<: *base_test
- test: # API not found
- name: "get_feed" # - test:
- variable_binds: # - name: "get_feed"
- method: "get_feed" # - variable_binds:
- args: {"account":"steemit","start_entry_id":0,"limit":1} # - method: "get_feed"
- <<: *base_test # - args: '{"account":"steemit","start_entry_id":0,"limit":1}'
# - <<: *base_test
- test: # API not found
- name: "get_blog_authors" # - test:
- variable_binds: # - name: "get_blog_authors"
- method: "get_blog_authors" # - variable_binds:
- args: {"blog_account":"steemit"} # - method: "get_blog_authors"
- <<: *base_test # - args: '{"blog_account":"steemit"}'
\ No newline at end of file # - <<: *base_test
\ No newline at end of file
{
"reputations": [
{
"name": "steem",
"reputation": 0
}
]
}
\ No newline at end of file
This diff is collapsed.
null
\ No newline at end of file
[
{
"author": "steemit",
"blog": "steemit",
"entry_id": 0,
"permlink": "firstpost",
"reblogged_on": "1970-01-01T00:00:00"
}
]
\ No newline at end of file
null
\ No newline at end of file
null
\ No newline at end of file
{
"account": "steemit",
"follower_count": 3363,
"following_count": 0
}
\ No newline at end of file
[
{
"follower": "godwinetuk",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "usenflourish",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "zero",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "stimburgarin",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "drew0",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "badge-225225",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "bewarecenterbase",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "lord-geraldi",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "teach-me",
"following": "steemit",
"what": [
"blog"
]
},
{
"follower": "tomlee",
"following": "steemit",
"what": [
"blog"
]
}
]
\ No newline at end of file
[]
\ No newline at end of file
[
"inoue",
"novi",
"vulturestkn",
"sweetssssj",
"goodcontent4u",
"wonsama",
"wdev",
"fco7mo",
"coolpeopleifb",
"f21steem"
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment