Skip to content

HamedFathi/PostmanCollectionReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 Love Nuget Nuget

Install-Package PostmanCollectionReader

dotnet add package PostmanCollectionReader

Usage

using PostmanCollectionReader;
var postmanCollection = PostmanCollection.FromJson(jsonString);
var environment = 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

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages