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
searchprovider was added in #2431 in order to accomodate Unsplash. However we believe that those two concepts can be merged. Currently only Provider can be extended by user. Want to try to make a common abstraction that works for both.
* merge search provider and provider
closes#4308
* simplify and improve naming
* Apply suggestions from code review
* fix test
need to have an authProvider for a grantConfig to be set
previously we didn't care, so this test was a bit wrong
* Update packages/@uppy/companion/src/server/provider/Provider.js
* fix merge oops
* merge search provider and provider
closestransloadit#4308
* simplify and improve naming
* Apply suggestions from code review
* fix test
need to have an authProvider for a grantConfig to be set
previously we didn't care, so this test was a bit wrong
* Update packages/@uppy/companion/src/server/provider/Provider.js
* fix merge oops
searchprovider was added in #2431 in order to accomodate Unsplash. However we believe that those two concepts can be merged. Currently only Provider can be extended by user. Want to try to make a common abstraction that works for both.
also transloadit/uppy.io#41
The text was updated successfully, but these errors were encountered: