-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Integrate request parameterized url"
This reverts commit 2afdbb0.
- Loading branch information
Conor Flynn
committed
Feb 1, 2023
1 parent
2afdbb0
commit 10802c3
Showing
6 changed files
with
31 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 0 additions & 108 deletions
108
...-Engine/Api-Handler/src/main/java/org/stream/external/requester/RequestParameterized.java
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
...Data-Engine/Api-Handler/src/main/java/org/stream/external/requester/RequestRecursive.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| package org.stream.external.requester; | ||
|
|
||
| import java.util.HashMap; | ||
|
|
||
| import okhttp3.Request; | ||
|
|
||
| public class RequestRecursive extends RequestFramework { | ||
|
|
||
| public RequestRecursive(String url, HashMap<String, String> properties, HashMap<String, String> headers, | ||
| String[] tags) { | ||
| super(url, properties, headers, tags); | ||
| } | ||
|
|
||
| public void process(HashMap<String, String> properties, HashMap<String, String> headers) { | ||
|
|
||
| } | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-3.16 KB
(58%)
...ta-Engine/Api-Handler/target/classes/org/stream/external/requester/RequestFramework.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters