mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-25 12:45:05 +08:00
* [WIP] Refactor networking to shared lib * notification models as codable and tests * default request params * break out into files * fix tests * check notification values * add milestones * add milestone response * repo notifications * refactor v3 response * refactor to support passing response to response initializer * add release fetch and model * add examples from githawk * notifications working * almost all notifications requests migrated * finish notification migration, add graphql request/response * replace issue requests * replace milestones request * fetch assignees migrated * readme fetch migrated * migrate badge request * delete unused request from client * remove paging * nearly done w/ migration * local build green * refactor gql fetches, replace mutations * build green, slim down client * strip session manager from client * everything working