API Reference¶
Complete API documentation for YAPFM, including all classes, methods, and their parameters.
📚 Table of Contents¶
- Core Classes - Main classes and their constructors
- Strategies - File format handling strategies
- Merge Strategies - Multi-file merge strategies
- Mixins - Mixin classes providing functionality
- Registry - Strategy registry and management
- Proxy - Proxy wrapper for monitoring and auditing
- Exceptions - Exception classes and error handling
- Helpers - Utility functions and helpers
Quick Navigation¶
- Need to understand the main classes? Check Core Classes
- Working with different file formats? See Strategies
- Merging multiple files? See Merge Strategies
- Looking for specific functionality? Browse Mixins
- Want to register custom strategies? Read Registry
- Need monitoring capabilities? Go to Proxy
- Handling errors? See Exceptions
- Looking for utility functions? Check Helpers
Additional Resources¶
- User Guide - Basic usage and common patterns
- Advanced Features - Advanced patterns and optimization
- Examples - More code examples and use cases
- Troubleshooting - Common issues and solutions