-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I think most people fear from breaking BC. I absolutely agree with them, that's why I think we should recommend them a two step migration.
- Use HTTPlug internally, don't change the public API. In most cases this is a simple constructor injection of an HTTP Client. We could just wrap this around one of our adapter and use HTTPlug API internally.
- Once the author is confident that the package is stable and HTTPlug works, he can change the public API as well, fully decoupling the package from the actual implementation.
Metadata
Metadata
Assignees
Labels
No labels