effect-patterns-making-http-requests
SKILL.md
Effect-TS Patterns: Making Http Requests
This skill provides 10 curated Effect-TS patterns for making http requests. Use this skill when working on tasks related to:
- making http requests
- Best practices in Effect-TS applications
- Real-world patterns and solutions
🟢 Beginner Patterns
Parse JSON Responses Safely
Rule: Always validate HTTP responses with Schema to catch API changes at runtime.
Good Example: