Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 677 Bytes

API TOOL - OAuth2 API Tester

A simple API testing tool that supports OAuth2 authentication (Authorization Code & Client Credentials) and allows users to make API requests.

PlanMill api tool : We use Oauth2 / OpenID Connect in PlanMill for authentication so Inorder to use this api tool first you need to register a client in PlanMill to get API access. More information https://github.com/planmill/api/wiki/Security

Installation & Setup

  1. Clone the repository
  2. Install dependecies
  3. Install via npm:

    npm install
  4. Start the Server
  5. npm start

By default, the tool runs on: http://localhost:3000