eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
51 stars 160 forks source link

feat: environment file for HTTP Client plugin (IntelliJ) #280

Closed man8pr closed 2 months ago

man8pr commented 2 months ago

What this PR changes/adds

The change includes the environment file that can be used to launch the postman collection using the HTTP Client plugin for IntelliJ

Why it does that

HTTP Client plugin can import Postman collections and execute them, provided an environment file with the properties: https://blog.jetbrains.com/idea/2023/09/import-postman-collections-to-the-http-client/

man8pr commented 2 months ago

this should be mentioned in the README.md

Done