-
Notifications
You must be signed in to change notification settings - Fork 9
Development #7
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
Development #7
Conversation
README.md
Outdated
@@ -156,7 +196,7 @@ Params: | |||
* timestamp - set to null for current timestamp | |||
|
|||
```java | |||
String url = "https://<<URL>>/api/v1/?param1=first&ab-param2=123"; | |||
String url = "https://<<Target_URL>>/api/v1/?param1=first¶m2=123"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to share that if they put queryParams formList, they no need to put the query param in the URL ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok for now, can target major rewrite of documentation based on more user feedback
merge to master for version 1.3.0 |
Description
V1.3.0-SNAPSHOT
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Junit and new in build test-framework