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
- Clone the repository
- Install dependecies
- Start the Server
Install via npm:
npm install
npm start
By default, the tool runs on: http://localhost:3000