Introduction to OpenAPI • Lorna Jane Mitchell • GOTO 2019

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • This presentation was recorded at GOTO Copenhagen 2019. #GOTOcon #GOTOcph
    gotocph.com
    Lorna Jane Mitchell - Developer Advocate at Nexmo Developer ‪@LornaMitchell‬
    ABSTRACT
    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 [...]
    Read the full abstract here:
    gotocph.com/20...
    / gotocph
    / goto-
    / gotoconferences
    #APIs #OpenAPI #OAS #Programming #DeveloperProductivity
    Looking for a unique learning experience?
    Attend the next GOTO conference near you! Get your ticket at gotocon.com
    SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
    www.youtube.co...

Комментарии • 15

  • @deeplybrown
    @deeplybrown 2 года назад +4

    This is a really fantastic entry point to OpenAPI. Thank you for posting!

  • @paulcarter9325
    @paulcarter9325 3 года назад +4

    Thank you, really good introduction into open API. Open API 's is a large subject, and when starting into the subject it's difficult to knowhow to start, if you never build an API before.

  • @saebpanahifar3621
    @saebpanahifar3621 2 года назад +2

    Great talk, thanks!

  • @nextaneo2636
    @nextaneo2636 4 года назад +9

    I've never seen your video I'm going to see your video for the first time today. I'm already saying thankyou I

  • @PaulaSantamaria
    @PaulaSantamaria 4 года назад +5

    Great talk!

  • @chauchau0825
    @chauchau0825 4 года назад +4

    Swagger
    No, thank you.

    • @jinxblaze
      @jinxblaze 4 года назад +6

      Openapi 3.0 is great actually

    • @chewbaccarampage
      @chewbaccarampage 4 года назад +4

      The tech stack we used on our last project was Vert.x and JOOQ. Using OpenAPI 3.0, allowed us to generate our controllers and JOOQ generated our repositories. All we ended up writing was domain code that was tied to orchestrators in Vert.x. I have never worked on a project that was able to deliver so smooth and so fast.
      As well, if you use OpenAPI, you can get free property based testing with schemathesis. Schemathesis will read the OpenAPI doc and generate about 100 test cases per end point and execute them as an integration test to see if your application will crash. This actually found bugs in edge cases that we didn't expect. Scehmathesis pretty much run 1600 tests per minute on our build box.

  • @ssn90
    @ssn90 3 года назад +3

    Not a very good talk about Open API. A very poor introduction

  • @ozy1
    @ozy1 4 года назад +10

    Irritating...

    • @norm1124
      @norm1124 4 года назад +1

      Why?

    • @ozy1
      @ozy1 4 года назад +1

      @@norm1124 ....blah...blah... blah .... waffle...waffle....blah...blah....44 mins...blah..blah = irritating

    • @twe4ked
      @twe4ked 3 года назад +5

      I really like all the talks you've given Nicholas. Well done! smh

  • @yamalisriharikasiviswanath2802
    @yamalisriharikasiviswanath2802 4 года назад

    How to set long term goals .: Billion or 10 billions or 100billions can invested in long term goals cement industry , sugar industries , ready made dress switching factories iron plates different rods preparation factory all these are long term goals . Yshk viswanatham MscBed.

  • @emilyyu747
    @emilyyu747 4 месяца назад

    Thanks! This video helps a lot!!!