Skip to content

Generate Postman collections in repo #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,793 changes: 4,384 additions & 2,409 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@stoplight/json-ref-resolver": "^3.0.1",
"api": "^4.5.2",
"api": "^6.1.1",
"axios": "^1.7.4",
"deepmerge": "^4.3.0",
"dotenv": "^16.0.3",
"flatted": "^3.2.7",
"jsonpath-plus": "^10.0.7",
"lodash": "^4.17.21",
"openapi-to-postmanv2": "^4.9.0",
"openapi-to-postmanv2": "^4.12.0",
"remove-markdown": "^0.3.0",
"standard": "^16.0.1",
"uuid": "^8.0.0",
Expand Down
15 changes: 15 additions & 0 deletions postman/2.10/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Intercom API 2.10 Postman Collection

This directory contains the Postman collection for Intercom API version 2.10.

## Files
- `intercom-api.postman_collection.json`: The main Postman collection
- `environment.json`: Environment variables for this version

## Usage
1. Import the collection into Postman
2. Import the environment file
3. Set your access token in the environment variables
4. Start making API calls!

Last updated: 2025-04-15T14:40:02.395Z
18 changes: 18 additions & 0 deletions postman/2.10/environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "intercom-api-2.10-environment",
"name": "Intercom API 2.10 Environment",
"values": [
{
"key": "baseUrl",
"value": "https://api.intercom.io",
"type": "default",
"enabled": true
},
{
"key": "token",
"value": "YOUR_ACCESS_TOKEN",
"type": "secret",
"enabled": true
}
]
}
Loading