-
Notifications
You must be signed in to change notification settings - Fork 45
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
HTTP-74 Add path parameter support #87
Conversation
@OlivierZembri @AdrianVasiliu please could you review and see if this would meet your needs? |
src/main/java/com/getindata/connectors/http/internal/table/lookup/GetRequestFactory.java
Outdated
Show resolved
Hide resolved
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.
Nicely does the trick, thanks David.
I think it would be worth adding an entry for it under https://github.com/getindata/flink-http-connector/blob/c2f3e7bdc6b9d03bf3b807ac30a1302f026f82dc/CHANGELOG.md#unreleased.
0f982d0
to
e9b3e2c
Compare
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.
Thanks for the addition to the changelog. From my chair, approving.
@kristoffSC the submitters of this issue have approved this change, are you ok to merge please? |
src/test/java/com/getindata/connectors/http/internal/table/lookup/LookupQueryInfoTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/getindata/connectors/http/internal/table/lookup/LookupQueryInfo.java
Show resolved
Hide resolved
@grzegorz8 I accidentally closed this - it is reopened with the changes you requested. |
Signed-off-by: David Radley <david_radley@uk.ibm.com>
Signed-off-by: David Radley <david_radley@uk.ibm.com>
Signed-off-by: David Radley <david_radley@uk.ibm.com>
Signed-off-by: David Radley <david_radley@uk.ibm.com>
Description
add path patameter support
Resolves #74
PR Checklist