networking

Installation
SKILL.md

Networking (Clients, Parsing, Testing)

When to use

  • Adding a new endpoint for a feature.
  • Parsing large JSON responses.
  • Introducing retries/timeouts or improving reliability.
  • Writing unit tests around repositories and clients.

Steps

1) Keep HTTP in the data layer

Typical flow:

  • BLoC calls repository interface (domain)
  • repository implementation calls datasource/client (data)
  • datasource owns request/response details
Installs
2
GitHub Stars
9
First Seen
Feb 27, 2026
networking — yelmuratoff/agent_sync