Extract out / expose OkHttp Interceptors as part of MapboxService
未关闭
还没有人认领这个 Issue。
Core
refactor
- 主要语言
- Java
- 星标
- 438
- 派生
- 117
- PR 合并指标
- 30 天内没有已合并 PR
描述
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).
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 MapboxService,并了解每个 service 当前如何配置 OkHttp Interceptors,然后查看已链接 pull request 中关于预期共享设计的讨论。确定所有受影响的现有 service 实现,并验证各 service 能够接受 interceptors,而无需重复设置。该 issue 未指定测试或具体文件,因此需要对整个项目进行探索,以定义完成标准。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100