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
Some developers want to use the token handling parts of this library with their own hand-coded API calls. Some prefer a DIY approach or are porting an existing code-base with poor token handling.
Some developers want to use this library to make most API calls and then do one or two independently. They may need to optimize a hotspot, work around a limitation of this library, or use an experimental eBay feature. They want to use the same tokens for their calls with an automatic refresh.
Some developers want to do their own eBay authentication. Perhaps they have higher security requirements or their user management code with extra functions.
While accommodating the few, don't burden the many with extra work. Continue to make "convention over configuration" and "batteries included" the norm for most users.
Let us do potentially breaking changes before moving to production/stable.
The text was updated successfully, but these errors were encountered:
matecsaj
changed the title
[pre production/stable] Elevate token handling to the public interface.
Elevate token handling to the public interface.
Jan 10, 2024
Some developers want to use the token handling parts of this library with their own hand-coded API calls. Some prefer a DIY approach or are porting an existing code-base with poor token handling.
Some developers want to use this library to make most API calls and then do one or two independently. They may need to optimize a hotspot, work around a limitation of this library, or use an experimental eBay feature. They want to use the same tokens for their calls with an automatic refresh.
Some developers want to do their own eBay authentication. Perhaps they have higher security requirements or their user management code with extra functions.
While accommodating the few, don't burden the many with extra work. Continue to make "convention over configuration" and "batteries included" the norm for most users.
Let us do potentially breaking changes before moving to production/stable.
The text was updated successfully, but these errors were encountered: