Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>pontxNew to Visual Studio Code? Get it now.

pontx

jasonHzq

|
30 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pontx

Version Installs Ratings

pontx is a lightweight API management tools. Supporting API searching, documentation, debug, design, changement analysis, mocks data auto generating and serving, SDK generating...

pontx provide different types of services: CLI、VSCode IDE Extension、Platform e.g.

pontx can be highly customed with full lifecle plugin. Plugin development guide

Quick Start

Once the pontx configuration file named pontx-config.json is detected, Pontx will be automatic activated.

Settings

Settings Sample

{
  "outDir": "",
  "plugins": {
    // pontx plugin or your custom plugin
  },
  "origins": [{
    "name": "name1",
    "url": "myhost/v2/api-docs.json"
  }, {
    "name": "name2",
    "envs": {
      "daily": "my-daily-host/v2/api-docs.json",
      "pre": "my-pre-host/v2/api-docs.json",
      "prod": "myhost/v2/api-docs.json",
    },
    "env": "prod"
  }]
}

VSCode Extension Guide

  • Extension UI Guide

VSCode Extension Guide

  • API changes management

API changement manage

  • API Searching

API Serching

Features Overview

API Fetching & Parse

With Pontx, you can fetch API meta data from different and parse to Pontx Spec.

SDK Genenrating

You can generate SDK codes in different languages by using different Pontx generate plugin, or your can writing your custom SDK generate plugin.

API Searching

Searching API by shortcut key cmd + ctrl + p. Or click search icon in Pontx panel.

Other Features

  • API documentation

  • API changes management

  • API design

  • API mocks

  • ...

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft