Flexport SDK Patterns Overview Production-ready patterns for the Flexport REST API v2. Since Flexport has no official npm/pip SDK, you build typed HTTP clients. Key patterns: singleton client, paginated iteration, retry wrapper, and Zod response validation. Instructions Pattern 1: Singleton Client with Auto-Retry Pattern 2: Paginated Iterator Pattern 3: Zod Response Validation Pattern 4: Python Typed Client Error Handling | Pattern | Use Case | Benefit | |---------|----------|---------| | Singleton | All API calls | One instance, consistent config | | Paginator | List endpoints | No data loss…