📄️ Getting Started with Java SDK
Learn how to install and initialize the DinoConfig Java SDK in your project. Complete guide for Java 21+ with Maven and Gradle setup.
📄️ SDK Configuration
Configure the DinoConfig Java SDK with custom settings including timeouts, logging, and HTTP client options.
📄️ Configs API Reference
Fetch configurations and values using the DinoConfig Java SDK Configs API. Learn to use get(), getAs(), and getValue() methods with direct return types.
📄️ Discovery API Reference
Explore available brands, configurations, and schemas using the DinoConfig Java SDK Discovery API. Introspect API permissions and capabilities.
📄️ Typed Configurations
Create type-safe configuration models for the DinoConfig Java SDK. Generate POJOs from schemas for compile-time safety.
📄️ Examples
Real-world examples of using the DinoConfig Java SDK. Spring Boot integration, caching patterns, and production best practices.