<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: leves96</title>
    <description>The latest articles on DEV Community by leves96 (@leves96).</description>
    <link>https://dev.to/leves96</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1031560%2F90a3fd3e-fcd0-47a1-a113-cf94d9832d87.png</url>
      <title>DEV Community: leves96</title>
      <link>https://dev.to/leves96</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leves96"/>
    <language>en</language>
    <item>
      <title>How can I write it out? B2B API</title>
      <dc:creator>leves96</dc:creator>
      <pubDate>Wed, 22 Feb 2023 08:37:37 +0000</pubDate>
      <link>https://dev.to/leves96/how-can-i-write-it-out-b2b-api-2i2d</link>
      <guid>https://dev.to/leves96/how-can-i-write-it-out-b2b-api-2i2d</guid>
      <description>&lt;p&gt;Hi, im a simple user and i got a b2b api key with some sample code. I want to list all the products from a company. First to my localhost. Maybe later to my website.. (not webshop)&lt;/p&gt;

&lt;p&gt;The Sample Code:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://api.thisisthesite.com"&gt;https://api.thisisthesite.com&lt;/a&gt;,&lt;br&gt;
POST: {&lt;br&gt;
    "apikey": "ihavethekey",&lt;br&gt;
    "method": "GetProductsList",&lt;br&gt;
    "parameters": [&lt;br&gt;
            {&lt;br&gt;
                "ShowGroups": "1",&lt;br&gt;
                "ShowIndex": "1"&lt;br&gt;
            }&lt;br&gt;
    ]&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;I want to write out: GetProductInfo ; GetProductList ; GetProductsWarranty.&lt;/p&gt;

&lt;p&gt;How can i get these? thank you for helping. I have wampserver, js.node and sublime text.&lt;/p&gt;

</description>
      <category>b2b</category>
      <category>api</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
