Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
beem
Commits
b7cc04fd
Commit
b7cc04fd
authored
6 years ago
by
Martin Šmíd
Browse files
Options
Downloads
Patches
Plain Diff
Update docs Discussions_by_author_before_date
parent
72de6714
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beem/discussions.py
+8
-2
8 additions, 2 deletions
beem/discussions.py
with
8 additions
and
2 deletions
beem/discussions.py
+
8
−
2
View file @
b7cc04fd
...
@@ -213,8 +213,14 @@ class Discussions_by_trending(list):
...
@@ -213,8 +213,14 @@ class Discussions_by_trending(list):
class
Discussions_by_author_before_date
(
list
):
class
Discussions_by_author_before_date
(
list
):
"""
Get Discussions by author before date
"""
Get Discussions by author before date
:param beem.discussions.Query discussion_query: Defines the parameter for
.. note:: To retrieve discussions before date, the time of creation
searching posts
of the discussion @author/start_permlink must be older than
the specified before_date parameter.
:param str author: Defines the author *(required)*
:param str start_permlink: Defines the permlink of a starting discussion
:param str before_date: Defines the before date for query
:param int limit: Defines the limit of discussions
:param beem.steem.Steem steem_instance: Steem instance
:param beem.steem.Steem steem_instance: Steem instance
.. testcode::
.. testcode::
...
...
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