Introduction to OpenAPI β’ Lorna Jane Mitchell β’ GOTO 2019
Video Statistics and Information
Channel: GOTO Conferences
Views: 77,028
Rating: 4.2191529 out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, Programming, GOTOcph, GOTO Copenhagen, Lorna Jane Mitchell, NexmoDev, Nexmo Developer, OAS, Open API, APIs, Developer Productiviy
Id: s9u3mXQZbXI
Channel Id: undefined
Length: 44min 55sec (2695 seconds)
Published: Fri May 08 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Check out this 45 minute talk from GOTO Copenhagen 2019 by Lorna Jane Mitchell - Developer Advocate at Nexmo Developer. I've dropped the full talk abstract below:
Open API Specification is a machine and human readable way to describe APIs. From these specs we can generate documentation, create libraries, and ensure that our users know exactly what to expect from our APIs.
This talk shows you around OAS from the beginning, showing how to create the specs and recommending some tools to help the process. Once you have the spec, things get interesting and this talk will showcase some of the things that you can offer once your API is described in this way.
This session is recommended for writers looking to become more API-savvy and API engineers wanting to make their APIs more useful to their users.
What will the audience learn from this talk?
Attendees will learn about describing their APIs using OpenAPI specification, and what can be produced from the descriptions, such as documentation, tests, and even code.