Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libninjacom/postman-ts

Postman client, generated from the OpenAPI spec
https://github.com/libninjacom/postman-ts

openapi postman typescript

Last synced: 6 days ago
JSON representation

Postman client, generated from the OpenAPI spec

Awesome Lists containing this project

README

        



Stars


Build Status

Postman client, generated from the OpenAPI spec.

# Usage

```typescript
import {PostmanClient} from "postman"

async function main() {
const client = PostmanClient.fromEnv()
const response = await client.getAllApis()
console.log(response)
}

main()
```

This example loads configuration from environment variables, specifically:

* `POSTMAN_API_KEY`

# Documentation

* [API Documentation](https://www.postman.com/postman/workspace/postman-public-workspace/documentation/12959542-c8142d51-e97c-46b6-bd77-52bb66712c9a)

You can see working examples of every API call in the `examples/` directory.

# Contributing

Contributions are welcome!

*Library created with [Libninja](https://www.libninja.com).*