Vana SDK - v0.1.0
    Preparing search index...

    Generic API client with middleware, retry, rate limiting, and circuit breaker support

    Index

    Methods

    post

    • Get client statistics

      Returns {
          rateLimiter: null | { remaining: number; resetTime: number };
          circuitBreaker: null | { state: string; failures: number };
          middleware: { count: number };
      }

      Object containing client statistics and performance metrics