moray95 / RestingKit

Networking made easy.
https://restingkit.moraybaruh.com
MIT License
5 stars 1 forks source link

No default interceptor config #1

Open taylancapraz opened 5 years ago

taylancapraz commented 5 years ago

There must be a configuration for resting kit that automatically add any interceptor as LogInterceptor by default. I don't want to add them in everywhere whenever I initialize restingClient.

moray95 commented 5 years ago

I don't think it is a "must" but we can use some kind of factory pattern this. You're welcome to open up a pull request 😃