mapbox / mapbox/mapbox-java

Extract out / expose OkHttp Interceptors as part of MapboxService

Open
#1,041 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Core refactor
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.