Skip to content

Commit

Permalink
Removed restGetJson and restApiGet component
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikoteko committed Dec 18, 2023
1 parent 093f9a5 commit 22288c7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 513 deletions.
4 changes: 2 additions & 2 deletions engine/services/technicalComponentDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ module.exports = {
// --------------------------------------------------------------------------------
// --------------------------------------------------------------------------------

restGetJson: require('../workspaceComponentExecutor/restGetJson.js'),
objectTransformer: require('../workspaceComponentExecutor/objectTransformer.js'),
googleGetJson: require('../workspaceComponentExecutor/googleGetJson.js'),
simpleAgregator: require('../workspaceComponentExecutor/simpleAgregator.js'),
googleGeoLocaliser: require('../workspaceComponentExecutor/googleGeoLocaliser.js'),
cacheNosql: require('../workspaceComponentExecutor/cacheNosql.js'),
gouvFrInverseGeo: require('../workspaceComponentExecutor/gouvFrInverseGeo.js'),
restApiGet: require('../workspaceComponentExecutor/restApiGet.js'),
restApiGet: require('../workspaceComponentExecutor/httpProvider.js'),
restApiPost: require('../workspaceComponentExecutor/httpProvider.js'),
httpProvider: require('../workspaceComponentExecutor/httpProvider.js'),
// xmlToObject: require('./workspaceComponentExecutor/xmlToObject.js'),
Expand All @@ -37,6 +36,7 @@ module.exports = {
propertiesMatrix: require('../workspaceComponentExecutor/propertiesMatrix.js'),
postConsumer: require('../workspaceComponentExecutor/httpConsumer.js'),
httpConsumer: require('../workspaceComponentExecutor/httpConsumer.js'),
restGetJson: require('../workspaceComponentExecutor/httpConsumer.js'),
keyToArray: require('../workspaceComponentExecutor/keyToArray.js'),
sftpConsumer: require('../workspaceComponentExecutor/sftpConsumer.js'),
flat: require('../workspaceComponentExecutor/flat.js'),
Expand Down
14 changes: 0 additions & 14 deletions engine/workspaceComponentExecutor/restApiGet.js

This file was deleted.

117 changes: 0 additions & 117 deletions engine/workspaceComponentExecutor/restGetJson.js

This file was deleted.

2 changes: 0 additions & 2 deletions main/client/static/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@

<script type="riot/tag" src="tag/editorComponents/cache/cache-nosql-editor.tag"></script>

<script type="riot/tag" src="tag/editorComponents/dataFlow/rest-api-get-editor.tag"></script>
<script type="riot/tag" src="tag/editorComponents/dataFlow/http-provider-editor.tag"></script>
<script type="riot/tag" src="tag/editorComponents/dataFlow/rest-get-json-editor.tag"></script>
<script type="riot/tag" src="tag/editorComponents/dataFlow/framacalc-get-csv-editor.tag"></script>
<script type="riot/tag" src="tag/editorComponents/dataFlow/google-get-json-editor.tag"></script>
<script type="riot/tag" src="tag/editorComponents/dataFlow/rest-api-post-editor.tag"></script>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 22288c7

Please sign in to comment.