Migration guide
Removed APIs
Removed Requests+
As we said before, Requests+ features are totally removed in 0.15.
Passing options
won't do anything.
Removed ApiQueue
After Spawner API release, there are no need in ApiQueue
because of duplicated logic.
Removed ApiService
ApiService
is now totally removed from @apicase/core
package. Use @apicase/services
instead.