Key Features
✓ Direct access to native APIs ✓ Automatic authentication handling ✓ Request/response transformation ✓ Rate limiting protection ✓ Error handlingQuick Start
Benefits
- Maximum Flexibility: Access any API endpoint
- Simplified Auth: No token management needed
- Error Protection: Standardized error handling
- Future Proof: Works with new API versions
- Development Speed: Quick implementation of custom features
Best Practices
-
Use Unified Models First:
- Start with our unified models when possible
- Use proxy for platform-specific features
-
Error Handling:
- Always handle potential errors
- Check rate limits
- Implement retries for failed requests
-
Performance:
- Batch requests when possible
- Cache responses when appropriate
- Monitor API usage