Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
api

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.

Description

Core refactor

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).

Dominant language
Java
Stars
438
Forks
117
PR merge metrics
No merged PRs in 30d

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.

More from mapbox/mapbox-java

All issues in mapbox/mapbox-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.