Skip to content

Commit 3c0f1ee

Browse files
author
Dhwaneet Bhatt
authored
Merge pull request #686 from lokot0k/develop
[README.md] added link for request object in README
2 parents 0d69426 + 603f479 commit 3c0f1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _Manage all of your organization's APIs in Postman, with the industry's most com
77

88
# postman-code-generators [![Build Status](https://travis-ci.com/postmanlabs/postman-code-generators.svg?branch=master)](https://travis-ci.com/postmanlabs/postman-code-generators)
99

10-
This module converts a [Postman SDK](https://github.com/postmanlabs/postman-collection) Request Object into a code snippet of chosen language.
10+
This module converts a [Postman SDK](https://github.com/postmanlabs/postman-collection) Request [Object](https://www.postmanlabs.com/postman-collection/Request.html) into a code snippet of chosen language.
1111

1212
Every code generator has two identifiers: `language` and `variant`.
1313
* `language` of a code generator is the programming language in which the code snippet is generated.
@@ -170,7 +170,7 @@ var codegen = require('postman-code-generators'), // require postman-code-genera
170170
This function takes in five parameters and returns a callback with error and generated code snippet
171171
* `language` - lang key from the language list returned from getLanguageList function
172172
* `variant` - variant key provided by getLanguageList function
173-
* `request` - [Postman-SDK](https://github.com/postmanlabs/postman-collection) Request Object
173+
* `request` - [Postman-SDK](https://github.com/postmanlabs/postman-collection) Request [Object](https://www.postmanlabs.com/postman-collection/Request.html)
174174
* `options` - Options that can be used to configure generated code snippet. Defaults will be used for the unspecified attributes
175175
* `callback` - callback function with first parameter as error and second parameter as string for code snippet
176176

0 commit comments

Comments
 (0)