JakeWharton / SdkSearch

An Android app and Chrome extension for searching the Android SDK documentation.
Apache License 2.0
2.06k stars 175 forks source link

Create a simple proxy for DAC to expose stable JSON #157

Closed JakeWharton closed 5 years ago

JakeWharton commented 5 years ago

This parses one of the DAC endpoints which returns a JSON response of an HTML table containing the data we want. Not pretty, but at least in the future if DAC changes we can update the proxy and all apps will continue to work.

Closes #156