<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating a connection to the Qlik Sense repository in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94058#M1317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a task where I need to create a drop down in a html file that will be placed on the Qlik Sense server. The drop down needs to contain a list of all the streams and update automatically if a new stream is added. I assume I need a connection to the repository but I am unsure how to create this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea's on how to go about creating the connection and implementing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 19:31:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-16T19:31:47Z</dc:date>
    <item>
      <title>Creating a connection to the Qlik Sense repository</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94058#M1317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a task where I need to create a drop down in a html file that will be placed on the Qlik Sense server. The drop down needs to contain a list of all the streams and update automatically if a new stream is added. I assume I need a connection to the repository but I am unsure how to create this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea's on how to go about creating the connection and implementing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 19:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94058#M1317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T19:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a connection to the Qlik Sense repository</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94059#M1318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need the &lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm"&gt;Repository API:&lt;/A&gt; Make a HTTP GET request to the endpoint /qrs/stream and you will get the list back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the capability APIs (qlik.js) the is a helper method: &lt;A href="https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/APIs/Content/CapabilityAPIs/RootAPI/callRepository-method.htm"&gt;callRepository&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94059#M1318</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-08-17T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a connection to the Qlik Sense repository</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94060#M1319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to the security at my work, I can not download postman as instructed in the Repository API. Is there another way to be able to connect to the repository so I can get the Stream list in my drop down?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 18:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94060#M1319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-20T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a connection to the Qlik Sense repository</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94061#M1320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Long-term, the capability API style approach will be the one that you would want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're purely testing the syntax of the API call you can use a litany of options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dependency-less PowerShell: &lt;A href="https://github.com/levi-turner/QlikSenseScripts/blob/master/qlik_sense_qrs_generic-GET.ps1" title="https://github.com/levi-turner/QlikSenseScripts/blob/master/qlik_sense_qrs_generic-GET.ps1"&gt;https://github.com/levi-turner/QlikSenseScripts/blob/master/qlik_sense_qrs_generic-GET.ps1&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;For a robust PowerShell CLI library: &lt;A href="https://github.com/ahaydon/Qlik-Cli" title="https://github.com/ahaydon/Qlik-Cli"&gt;https://github.com/ahaydon/Qlik-Cli&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;NodeJS: &lt;A href="https://github.com/eapowertools/qrs-interact" title="https://github.com/eapowertools/qrs-interact"&gt;https://github.com/eapowertools/qrs-interact&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those tools won't be embeddable on the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94061#M1320</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-10-04T15:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a connection to the Qlik Sense repository</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94062#M1321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You don't need Postman, just use the callRepository method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Creating-a-connection-to-the-Qlik-Sense-repository/m-p/94062#M1321</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-10-04T16:13:28Z</dc:date>
    </item>
  </channel>
</rss>

