How to use the Open API and Swagger Validator plugin for Chai and Jest to keep your API documentation up to date

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • OpenAPIValidatorExamples

    Example repository for my blog to demonstrate the OpenAPIValidators: https://github.com/RuntimeTools/OpenAPIValidators

  • All the code for this tutorial is available on GitHub

  • OpenAPIValidators

    Use Jest or Chai to assert that HTTP responses satisfy an OpenAPI spec

  • In a previous post (the first in this series), I introduced the open-source OpenAPIValidators project that contains plugins to the Jest and Chai testing frameworks to ensure that an OpenAPI Specification matches the corresponding API implementation.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ensuring your OpenAPI (Swagger) Specification is never outdated through testing with Chai or Jest

    1 project | dev.to | 3 Oct 2020
  • Best Software Documentation Tools

    4 projects | dev.to | 5 Feb 2024
  • Writing type safe API clients in TypeScript

    3 projects | dev.to | 6 Jan 2024
  • Perfectly sizing images in your API documentation

    1 project | dev.to | 2 Aug 2023
  • How to Connect a FastAPI Server to PostgreSQL and Deploy on GCP Cloud Run

    7 projects | dev.to | 26 May 2023