Skip to content

Repository files navigation

postman

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

This library helps you to read a Postman Collection v2.1 json file in C#.

Open Source LoveNugetNuget

Install-Package PostmanCollectionReader
dotnet add package PostmanCollectionReader

Usage

usingPostmanCollectionReader;varpostmanCollection=PostmanCollection.FromJson(jsonString);varenvironment=PostmanCollection.EnvironmentFromJson(jsonString);

Based on Postman Collection Format v2.1.0 Draft 07 schema and QuickType.

About

A library to read Postman Collection v2.1 Json files.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages