Skip to content

Commit 648572e

Browse files
author
Omri Peleg
committed
Added rapidql to supported langauges
1 parent b7f2da1 commit 648572e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/targets/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
powershell: require('./powershell'),
1717
python: require('./python'),
1818
r: require('./r'),
19+
rapidql: require('./rapidql'),
1920
ruby: require('./ruby'),
2021
shell: require('./shell'),
2122
swift: require('./swift')

src/targets/rapidql/rapidql.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
/**
2-
* @description
3-
* HTTP code snippet generator for Javascript & Node.js using Axios.
4-
*
5-
* @author
6-
* @rohit-gohri
7-
*
8-
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9-
*/
101
'use strict'
112

123
var util = require('util')

0 commit comments

Comments
 (0)