Skip to content

Commit f21a6c2

Browse files
committed
adding comment lines to reference authors
1 parent b365910 commit f21a6c2

12 files changed

Lines changed: 112 additions & 5 deletions

File tree

src/targets/go/native.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for native Go.
4+
*
5+
* @author
6+
* @montanaflynn
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/java/unirest.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for Java using Unirest.
4+
*
5+
* @author
6+
* @shashiranjan84
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/node/native.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for native Node.js.
4+
*
5+
* @author
6+
* @AhmadNassri
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/node/request.js

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

313
var util = require('util')

src/targets/node/unirest.js

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

313
var util = require('util')

src/targets/objc/native.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
/**
2-
* This file is part of the httpsnippet project (https://github.com/Mashape/httpsnippet)
3-
* If you have questions or issues regarding its implementation, please open an issue.
4-
* If you have questions or issues regarding the generated code snippet, please open an issue mentioning its author/contributors.
5-
*
62
* @description
73
* HTTP code snippet generator for Objective-C using NSURLSession.
8-
* This file tries to generate a flexible snippet than can easily be edited once pasted by the user.
94
*
105
* @author
116
* @thibaultCha
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
129
*/
1310

1411
'use strict'

src/targets/ocaml/cohttp.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for OCaml using CoHTTP.
4+
*
5+
* @author
6+
* @SGrondin
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/php/curl.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for PHP using curl-ext.
4+
*
5+
* @author
6+
* @AhmadNassri
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/python/python3.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for native Python3.
4+
*
5+
* @author
6+
* @montanaflynn
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

src/targets/shell/curl.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @description
3+
* HTTP code snippet generator for the Shell using cURL.
4+
*
5+
* @author
6+
* @AhmadNassri
7+
*
8+
* for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+
*/
10+
111
'use strict'
212

313
var util = require('util')

0 commit comments

Comments
 (0)