Index
Symbols
@ApiResponse annotation 58, 59
@Operation annotation 57
@Parameter annotation 58
@RestController 32
@Schema annotation 59-61
@Tag annotation 57
A
Agile teams 223
AI-generated code 223
API best practices 204
ApiClient 264
API deployment
configuration management 354
health checks implementation 361
preparing 353, 354
API development
performance and scalability 298-300
API development, performance and scalability 300
asynchronous processing 314
caching 305
Command Query Responsibility Segregation (CQRS) 313
large collections, limiting 303
large objects, optimizing 304, 305
performance requirements 300, 301
security 301, 302
statelessness, maintaining 302
API evolution, managing 133
breaking changes, avoiding 134
new versions and deadlines, informing to clients 134
old endpoints, marking as deprecated 135-137
old endpoints, removing 137
semantic...