-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update post flair #69
Labels
Comments
There is no flair support in the API.
…On Tue, Mar 17, 2020 at 8:43 PM Zero ***@***.***> wrote:
Does this library have a way of modifying the flair of an existing post? I
can't see anything in the code that would suggest as much with a peruse,
though I wanted to find out if it was possible
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#69>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWR64EEDEQR7BJCGM4LKUDRIA7NFANCNFSM4LOEJJFA>
.
|
In the Reddit API, or this wrapper? I know that some other Reddit clients like Boost that use the api support flair adding, so there must be some way to do that |
The Reddit API supports it iirc, this does not.
Adding support for more calls is relatively simple: an interface needs to
be named to contain them, and the values need to be read/written through
JSON with Reddit.
Pull requests welcome.
…On Wed, Mar 18, 2020 at 7:52 AM Zero ***@***.***> wrote:
In the Reddit API, or this wrapper? I know that some other Reddit clients
like Boost that use the api support flair adding, so there must be *some*
way to do that
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWR64CLZZEALXNSJRKO6TLRIDNZZANCNFSM4LOEJJFA>
.
|
Certainly, I'll get started on this when I have a minuted. I wanted to make sure that nobody else had already done it before I did |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this library have a way of modifying the flair of an existing post? I can't see anything in the code that would suggest as much with a peruse, though I wanted to find out if it was possible
The text was updated successfully, but these errors were encountered: