Files
Julien Lengrand-Lambert 1a63833e9b Adding README file
2024-03-07 16:55:19 +01:00

1.2 KiB

Jetbrains Client API directory

This repository is a collection of OpenAPI specification files that have been converted into the Jetbrains HTTP Client format and are ready for use. It's basically Postman, within IntelliJ, ready for you to use.

Each folder contains a different API. To use them, open them up in IntelliJ, and run them 😊.

http_request_demo.gif

APIs

Authenticated calls and parameters

  • In the files, you will find values looking like this {{parameter}}. Those parameters can be set using an environment file.
  • In many cases, an API Key is also required. The method is the same.
  • Set the environment you want to run the query in, and run the query!

environment.gif

Note: Never upload your private environment files with your API Keys. They should be ignored by default.

Author