Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for HTTP Requests #8010

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dwolfson
Copy link
Member

Description

JetBrains ® has an HTTP Client similar (though simpler) than Postman. This HTTP client is available as a plug-in across many of their IDEs as well as available standalone. More information can be found at: HTTP Client | IntelliJ IDEA Documentation. Information on the freely downloadable utility can be found at Download.

This pull request adds support for the HTTP client as well as normalizing the REST Environment parameters used by both Postman and the HTTP client. More specifically, this pull request:

Normalized most of the environment parameters to be a common set of camel case style variables. This is true for both Postman and the HTTP client collections.
Generated HTTP client request collections from the Postman collections
Updated the gradle build file to put the HTTP client collections in the distribution
Updated some of the documentation - need to refine that.

Related Issue(s)

Testing

Release Notes & Documentation

Additional notes

@mandy-chessell mandy-chessell merged commit 2de28af into odpi:main Jan 24, 2024
4 checks passed
@dwolfson dwolfson deleted the updated-http-requests branch January 24, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants