<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Postman on Prateek Sharma</title>
		<link>https://prateeksharma.me/tags/postman/</link>
		<description>Recent content in Postman on Prateek Sharma</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://prateeksharma.me/tags/postman/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Added a Claude Code skill to audit the WazirX Postman collection against its docs</title>
				<link>https://prateeksharma.me/open-source/wazirx-postman-docs-sync-skill/</link>
				<pubDate>Wed, 02 Sep 2026 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/open-source/wazirx-postman-docs-sync-skill/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://prateeksharma.me/open-source/wazirx-postman-spec-alignment/&#34;&gt;PR #7&lt;/a&gt;&#xA; fixed one concrete case&#xA;of the Postman collection drifting from the live API: a wrong endpoint path&#xA;and misplaced parameters on the Crypto Withdraw request. Since this&#xA;collection is treated as ground truth by third-party tooling built against&#xA;it, that kind of drift has a blast radius beyond the repo itself, so I&#xA;turned the process I used to find and fix it into a&#xA;&lt;a href=&#34;https://github.com/WazirX/wazirx-api-postman/pull/8&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Claude Code Skill&lt;/a&gt;&#xA;:&#xA;a plain Markdown file (&lt;code&gt;.claude/skills/wazirx-postman-docs-sync/SKILL.md&lt;/code&gt;)&#xA;with instructions for an agent to fetch the real spec, compare method, path,&#xA;parameter location, and types against each existing request, fix confirmed&#xA;drift, and flag anything ambiguous rather than guess.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Aligned the WazirX Postman collection with the live API spec</title>
				<link>https://prateeksharma.me/open-source/wazirx-postman-spec-alignment/</link>
				<pubDate>Wed, 02 Sep 2026 00:00:00 +0000</pubDate>
				<guid>https://prateeksharma.me/open-source/wazirx-postman-spec-alignment/</guid>
				<description>&lt;p&gt;WazirX&amp;rsquo;s official Postman collection is what third-party tooling (SDK&#xA;generators, connector wrappers, including my own) treats as ground truth, so&#xA;drift between the collection and the live API has consequences beyond the&#xA;collection itself. I audited every request in both collection files against&#xA;the current published spec at&#xA;&lt;a href=&#34;https://docs.wazirx.com/#public-rest-api-for-wazirx&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;docs.wazirx.com&lt;/a&gt;&#xA; and&#xA;fixed what didn&amp;rsquo;t match:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Withdraw&lt;/strong&gt; was pointing at the wrong endpoint with params in the wrong&#xA;place (&lt;code&gt;POST /sapi/v1/crypto/withdraws&lt;/code&gt; as query params, instead of&#xA;&lt;code&gt;POST /sapi/v1/crypto/withdraw&lt;/code&gt; with a signed, url-encoded body).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Create Auth Token&lt;/strong&gt; was signing a url-encoded body instead of the query&#xA;string.&lt;/li&gt;&#xA;&lt;li&gt;A &lt;strong&gt;Funds&lt;/strong&gt; query param was typo&amp;rsquo;d as &lt;code&gt;recvWindow1&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;New Order&lt;/strong&gt; used &lt;code&gt;stop_price&lt;/code&gt; instead of the documented &lt;code&gt;stopPrice&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I also added four documented endpoints that were missing from the collection&#xA;entirely (address book, funds v2, wallet transfer, and wallet transfer&#xA;history), following the signing conventions of the closest existing request.&#xA;Open as &lt;a href=&#34;https://github.com/WazirX/wazirx-api-postman/pull/7&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;#7&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
