willowtreeapps/Hyperion-Android

Network Plugin

開放

#60 建立於 2018年4月4日

 (1 則留言) (0 個反應) (0 位負責人)Java (138 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (1,877 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

One big piece of missing functionality is a plugin for inspecting and interacting with network traffic. Ideal features for this plugin:

  • Persist network request / response with relevant data via an OkHttpInterceptor.
  • Allow user to view a live list of request / response pairs, tapping into an item shows all associated data.
  • Allow user to modify the environment at runtime from a spinner populated with predefined base urls (potential dependency on #54)
  • Will likely need a no-op implementation of this plugin since the host app must reference the interceptor.

貢獻者指南