1.1.9 • Published 1 year ago

@har-sdk/types v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@har-sdk/types

THIS PACKAGE HAS BEEN DEPRECATED. THE DEVELOPMENT HAS MOVED TO A @HAR-SDK/CORE PACKAGE

Types for OpenAPI and Postman documents

Setup

npm i --save @har-sdk/types

Usage

import { OpenAPIV2, isOASV2 } from '@har-sdk/types';

const apiDoc = {
  swagger: '2.0',
  host: 'localhost',
  info: {
    title: 'Some valid API document'
  },
  paths: {}
} as OpenAPIV2.Document;

isOASV2(apiDoc); // returns true
1.1.9

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.1

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago