sirkris / Reddit.NET

A Reddit API library for .NET Standard with OAuth support. Written in C#.
MIT License
508 stars 78 forks source link

Add async methods for fetching posts and comments #166

Open itsWindows11 opened 2 years ago

itsWindows11 commented 2 years ago

Reddit.NET doesn't provide asynchronous methods for fetching posts or comments and most of the synchronous methods are blocking.

willWashington commented 1 year ago

There does not appear to be a way to execute Search asynchronously, either. Search is blocking also. Am I missing something?

sirkris commented 1 year ago

@itsWindows11 That has been on my TODO list for awhile now. I'll look into it since there seems to be some demand for it now.

Luminisc commented 11 months ago

Thats absolutely needed for development of mobile/desktop apps