mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# Run Collection Button Code
|
|
|
|
## HTML
|
|
|
|
```html
|
|
<div class="postman-run-button"
|
|
data-postman-action="collection/fork"
|
|
data-postman-visibility="public"
|
|
data-postman-var-1="25652688-f0cb3c13-063b-490a-aa7f-5af135aacbe6"
|
|
data-postman-collection-url="entityId=25652688-f0cb3c13-063b-490a-aa7f-5af135aacbe6&entityType=collection&workspaceId=bb6fcb02-8388-4ce0-8623-63480a6dc153"></div>
|
|
<script type="text/javascript">
|
|
(function (p,o,s,t,m,a,n) {
|
|
!p[s] && (p[s] = function () { (p[t] || (p[t] = [])).push(arguments); });
|
|
!o.getElementById(s+t) && o.getElementsByTagName("head")[0].appendChild((
|
|
(n = o.createElement("script")),
|
|
(n.id = s+t), (n.async = 1), (n.src = m), n
|
|
));
|
|
}(window, document, "_pm", "PostmanRunObject", "https://run.pstmn.io/button.js"));
|
|
</script>
|
|
```
|
|
|
|
## Markdown
|
|
|
|
[<img src="https://run.pstmn.io/button.svg" alt="Run In Postman" style="width: 128px; height: 32px;">](https://god.gw.postman.com/run-collection/25652688-f0cb3c13-063b-490a-aa7f-5af135aacbe6?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D25652688-f0cb3c13-063b-490a-aa7f-5af135aacbe6%26entityType%3Dcollection%26workspaceId%3Dbb6fcb02-8388-4ce0-8623-63480a6dc153)
|