APIs at Scale with TypeSpec

Поділитися
Вставка
  • Опубліковано 13 чер 2024
  • A talk given by Mandy Whaley from Microsoft at the 2024 Austin API Summit in Austin, Texas.
    TypeSpec is a new API description language developed and used by Microsoft to deliver APIs at a massive scale. Learn how Microsoft uses TypeSpec to deliver high quality services to millions of customers and across tens of thousands of API endpoints. We will show how to use this new language and the related IDE tooling to encapsulate common API patterns into reusable components, up-level API descriptions with business-specific metadata and behaviors, connect API guidelines to development time activities, maintain API consistency, and generate custom assets, all while interoperating with the OpenAPI ecosystem.
    View the Session Slides Here: www.slideshare.net/slideshow/...
    ----------
    Get the latest API insights straight to your inbox, subscribe to Nordic APIs newsletter: nordicapis.com/newsletter/
  • Наука та технологія

КОМЕНТАРІ • 1

  • @alejandrombc
    @alejandrombc 4 дні тому

    Awesomeee! 🙌, but what is the “good way” (or path) to integrate this with common frameworks to couple the code with the spec? (Like express, fastify, etc). Is it to write custom plugins or something like that?