Ross ROSS = Recommend OSS · open-source software intelligence for agents

kanyun-inc/YTKNetwork

YTKNetwork is a high level request util based on AFNetworking. observed · 2026-08-28

github.com/kanyun-inc/YTKNetwork · Objective-C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4324
  • days_rel: n/a
  • days_push: 1959
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6548 stars · 1632 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

YTKNetwork is a high-level network request utility for iOS built on top of AFNetworking, using the Command Pattern where each request is a subclass of YTKRequest. It adds features like response caching by expiration time or version number, batch and chain requests, JSON validation, resumable downloads, and a plugin mechanism.

Use cases

  • cache API responses with expiration or version numbers in an iOS app
  • manage dependent network requests that must run in sequence
  • send batch network requests and handle combined results
  • set a common base URL and shared parameters for all API requests
  • validate JSON responses before processing in Objective-C
  • show a loading HUD automatically for network requests via plugins
  • resume interrupted file downloads on iOS

When to avoid

  • your project is very simple and calling AFNetworking directly from the controller is enough
  • you're starting a new Swift project and prefer modern Swift-first networking libraries like Alamofire or Moya
  • you need actively maintained software - the latest release is from 2021 and AFNetworking itself is deprecated
  • you need HTTP/3, async/await Swift concurrency, or other modern networking features

Facets

library · maturity maintenance

http-client caching middleware mobile-development networking developer-tools afnetworking-wrapper networking-library request-caching command-pattern batch-requests chain-requests objective-c ios macos cocoapods

1 source

Member repositories

RepositoryRoleHealth v2
kanyun-inc/YTKNetworkmain23

For agents

markdown · JSON · MCP: product_card(name="kanyun-inc/YTKNetwork")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem