You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: POSTMAN.md
+4
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,7 @@ Some of the requests can be executed using Basic HTTP Authentication, so you can
62
62
## Commands with parameters
63
63
64
64
Many requests require you to provide a parameter like an application id or a json payload. Those parameters are exported as variables (e.g. `{{application}}` or `{{dashboard_id}}`), so you can configure them as environment variables or global variables to have them reusable. Otherwise, you can replace the variables with the required value.
65
+
66
+
## Export into Code
67
+
68
+
Postman comes with the capability to [export an existing request into a code snippet](https://learning.getpostman.com/docs/postman/sending_api_requests/generate_code_snippets/) in different languages (C, C#, Go, Java, JavaScript, Objective-C, OCAML, PHP, Python, Ruby, ...). This means, if you need any of the requests provided in a programming language, you can use those snippets as a template.
0 commit comments