You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it might not be a priority or feasible for this project adding in non-async versions of each call would allow us in the Fitbit.NET library (https://github.com/aarondcoleman/Fitbit.NET) to replace all our OAuth code and maintain our existing APIs while adding in async versions all relying on this one project. Ideally all the method names would have been done with the XxxxXxxxAsync() style in this project, but they aren't so perhaps there's another way to group sync versions with their async counterparts.
If there's a similar project that is also PCL OAuth we might use please let me know.
The text was updated successfully, but these errors were encountered:
While it might not be a priority or feasible for this project adding in non-async versions of each call would allow us in the Fitbit.NET library (https://github.com/aarondcoleman/Fitbit.NET) to replace all our OAuth code and maintain our existing APIs while adding in async versions all relying on this one project. Ideally all the method names would have been done with the XxxxXxxxAsync() style in this project, but they aren't so perhaps there's another way to group sync versions with their async counterparts.
If there's a similar project that is also PCL OAuth we might use please let me know.
The text was updated successfully, but these errors were encountered: