Cargando…

Creating Maintainable APIs A Practical, Case-Study Approach /

This book explains the importance of having straightforward and maintainable APIs in order for services to be usable and maintainable. Although, the focus is on services, this book also emphasizes how the core principles apply even to bare classes. The overall context of this book is to classify the...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Varga, Ervin (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2016.
Edición:1st ed. 2016.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 1. Information Hiding and APIs
  • 2. Modular Design
  • 3. Designing Classes for Reuse
  • 4. TDD as an API Design Technique
  • 5. Identifying Resources
  • 6. Versioning REST APIs
  • 7. Encoding Actions on Resources
  • 8. Implementing Synchronous and Asynchronous REST APIs
  • 9. Documenting REST APIs
  • 10. Testing REST APIs
  • 11. Implementing Messaging APIs
  • 12. Apache Kafka as a Messaging Hub
  • 13. Testing Messaging APIs
  • 14. Schema Based Messages
  • 15. The Core JSON API
  • 16. Evolving the JSON API
  • 17. Katharsis.