We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New Reddit allows you to assign user flairs by templates. This gives the ability to have custom color and emojis.
Relevant /dev/api doc https://www.reddit.com/dev/api#POST_api_selectflair
RedditSharp doesn't seem to support this right now - I opened a ticket CrustyJew/RedditSharp-DEPRECATED-#228
Reddit.NET supports it, but is completely different https://github.com/sirkris/Reddit.NET/blob/3f5dd364e10b58cd130ca1804301bdf8da5eebc6/src/Reddit.NET/Models/Flair.cs#L319-L322 https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/Inputs/Flair/FlairSelectFlairInput.cs
The text was updated successfully, but these errors were encountered:
I will wait for CrustyJews response and I might do a PR there for this feature
Sorry, something went wrong.
No branches or pull requests
New Reddit allows you to assign user flairs by templates. This gives the ability to have custom color and emojis.
Relevant /dev/api doc
https://www.reddit.com/dev/api#POST_api_selectflair
RedditSharp doesn't seem to support this right now - I opened a ticket
CrustyJew/RedditSharp-DEPRECATED-#228
Reddit.NET supports it, but is completely different
https://github.com/sirkris/Reddit.NET/blob/3f5dd364e10b58cd130ca1804301bdf8da5eebc6/src/Reddit.NET/Models/Flair.cs#L319-L322
https://github.com/sirkris/Reddit.NET/blob/master/src/Reddit.NET/Inputs/Flair/FlairSelectFlairInput.cs
The text was updated successfully, but these errors were encountered: