Extract out / expose OkHttp Interceptors as part of MapboxService
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 438
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
Follow up from https://github.com/mapbox/mapbox-java/pull/1039#discussion_r287524157
Extract out / expose OkHttp Interceptors as part of MapboxService so that all services would accept them, avoiding duplicate code and the need of having to implement them in every service (old and new).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing MapboxService and how each service currently configures OkHttp Interceptors, then review the linked pull request discussion for the intended shared design. Identify all existing service implementations affected and verify that services accept interceptors without duplicating setup. The issue does not name tests or specific files, so project-wide exploration will be needed to define completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100