bustoutsolutions/siesta
The civilized way to write REST API clients for iOS / macOS 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4092
- days_rel: n/a
- days_push: 1315
- n_releases_24m: 0
Adoption not part of the score
2181 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Siesta is a Swift library for building REST API clients on iOS, macOS, and tvOS. It provides an app-wide, observable, resource-centric cache of RESTful resource state, handling loading indicators, error handling, retries, and request deduplication.
Use cases
- consume a REST API from an iOS app without ad hoc networking code
- share cached API resource state across multiple view controllers
- show loading and error states for network requests with automatic retry
- avoid redundant requests and deserialization for the same resource
- observe remote resource changes reactively in Swift or Objective-C apps
When to choose
- building an iOS/macOS/tvOS app that talks to a RESTful API
- you want observable, cached resource models instead of request-centric networking
- you need built-in loading/error state management and request deduplication
When to avoid
- your backend is not RESTful (e.g., GraphQL or gRPC)
- you need a cross-platform (non-Apple) networking solution
- the project needs actively evolving features; the library is in maintenance mode
Facets
library · maturity maintenance
http-client caching state-management middleware mobile-development web-development apis apple-ecosystem cross-platform rest-client reactive observable-resources swift objective-c-support tvos ios macos
2 sources
- readme: https://github.com/bustoutsolutions/siesta · fetched 2026-08-28 · 24b731193103
- homepage: https://bustoutsolutions.github.io/siesta/ · fetched 2026-08-29 · 525aee2d2184
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bustoutsolutions/siesta | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="bustoutsolutions/siesta")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem