<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Api on Stefan&#39;s Blog</title>
    <link>https://sstoichev.eu/tags/api/</link>
    <description>Recent content in Api on Stefan&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Fri, 23 Feb 2024 10:00:39 +0000</lastBuildDate>
    <atom:link href="https://sstoichev.eu/tags/api/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Get app reload progress (enigma.js mixin)</title>
      <link>https://sstoichev.eu/post/enigma-mixin-reload-progress/</link>
      <pubDate>Fri, 23 Feb 2024 10:00:39 +0000</pubDate>
      <guid>https://sstoichev.eu/post/enigma-mixin-reload-progress/</guid>
      <description>&lt;p&gt;When I was writing the code for &lt;a href=&#34;https://github.com/Informatiqal/qlbuilder&#34;&gt;qlBuilder&lt;/a&gt; &lt;code&gt;reload&lt;/code&gt; command I knew I&amp;rsquo;ll have to come back to it, at some point, and refactor the part that is displaying the reload progress. The plan was to separate this functionality as a separate module or even a package so it can be used elsewhere as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>enigma.js - mixins</title>
      <link>https://sstoichev.eu/post/enigma-js-mixins/</link>
      <pubDate>Tue, 23 Jun 2020 09:15:00 +0000</pubDate>
      <guid>https://sstoichev.eu/post/enigma-js-mixins/</guid>
      <description>&lt;p&gt;You know it already but &lt;a href=&#34;https://github.com/qlik-oss/enigma.js&#34;&gt;enigma.js&lt;/a&gt; is the JavaScript wrapper around the Qlik&amp;rsquo;s Engine API.&lt;/p&gt;
&lt;p&gt;If you are building a mashup/web app or some sort of automation that require Engine communication you&amp;rsquo;ll have to use Engine API and here enigma.js is your friend.&lt;/p&gt;
&lt;p&gt;Just to mention that JavaScript is not the only &amp;ldquo;flavor&amp;rdquo; of Enigma. You can find enigma for &lt;a href=&#34;https://github.com/qlik-oss/enigma-go&#34;&gt;&lt;em&gt;Go&lt;/em&gt;&lt;/a&gt; and &lt;a href=&#34;https://github.com/q2g/enigma.net&#34;&gt;&lt;em&gt;.NET&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;!-- &lt;figure class=&#34;kg-card kg-bookmark-card&#34;&gt;
  &lt;a href=&#34;https://github.com/qlik-oss/enigma-go&#34; class=&#34;kg-bookmark-container&#34;&gt;
    &lt;div class=&#34;kg-bookmark-content&#34;&gt;
      &lt;div class=&#34;kg-bookmark-title&#34;&gt;qlik-oss/enigma-go&lt;/div&gt;
      &lt;div class=&#34;kg-bookmark-description&#34;&gt;Go library for consuming Qlik’s Associative Engine. - qlik-oss/enigma-go&lt;/div&gt;
      &lt;div class=&#34;kg-bookmark-metadata&#34;&gt;
        &lt;img src=&#34;https://github.githubassets.com/favicons/favicon.svg&#34; class=&#34;kg-bookmark-icon&#34;&gt;
        &lt;span class=&#34;kg-bookmark-author&#34;&gt;qlik-oss&lt;/span&gt;
        &lt;span class=&#34;kg-bookmark-publisher&#34;&gt;GitHub&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    
    &lt;div class=&#34;kg-bookmark-thumbnail&#34;&gt;
      &lt;img src=&#34;https://avatars3.githubusercontent.com/u/23365920?s=400&amp;amp;v=4&#34;&gt;
    &lt;/div&gt;
    
  &lt;/a&gt;
  
&lt;/figure&gt; --&gt;
&lt;!-- &lt;figure class=&#34;kg-card kg-bookmark-card&#34;&gt;
  &lt;a href=&#34;https://github.com/q2g/enigma.net&#34; class=&#34;kg-bookmark-container&#34;&gt;
    &lt;div class=&#34;kg-bookmark-content&#34;&gt;
      &lt;div class=&#34;kg-bookmark-title&#34;&gt;q2g/enigma.net&lt;/div&gt;
      &lt;div class=&#34;kg-bookmark-description&#34;&gt;.NET library for consuming Qlik’s Associative Engine. - q2g/enigma.net&lt;/div&gt;
      &lt;div class=&#34;kg-bookmark-metadata&#34;&gt;
        &lt;img src=&#34;https://github.githubassets.com/favicons/favicon.svg&#34; class=&#34;kg-bookmark-icon&#34;&gt;
        &lt;span class=&#34;kg-bookmark-author&#34;&gt;q2g&lt;/span&gt;
        &lt;span class=&#34;kg-bookmark-publisher&#34;&gt;GitHub&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    
    &lt;div class=&#34;kg-bookmark-thumbnail&#34;&gt;
      &lt;img src=&#34;https://avatars2.githubusercontent.com/u/29521584?s=400&amp;amp;v=4&#34;&gt;
    &lt;/div&gt;
    
  &lt;/a&gt;
  
&lt;/figure&gt; --&gt;
&lt;p&gt;But in this post I want to introduce you to one very cool (but not very popular) functionality that Enigma provides - &lt;strong&gt;mixins.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Qlik Sense Console (Chrome extension)</title>
      <link>https://sstoichev.eu/post/qlik/</link>
      <pubDate>Tue, 07 Jul 2015 20:52:41 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qlik/</guid>
      <description>&lt;p&gt;In Qlikview if there is a need to test/debug something developers are just creating some textboxes or straight/pivot tables right next to the dashboard (or in another sheet). In Qlik Sense it&amp;rsquo;s bit more tricky because the free space is kinda limited and if the need to check is on top of already fixed dashboard then some free space need to be made which involve some re-arrangement which I&amp;rsquo;m not big fan of.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Active Qlikview Users&lt;-&gt;Docs</title>
      <link>https://sstoichev.eu/post/get-qlikview-users-docs/</link>
      <pubDate>Tue, 24 Mar 2015 03:26:53 +0000</pubDate>
      <guid>https://sstoichev.eu/post/get-qlikview-users-docs/</guid>
      <description>&lt;p&gt;The Technology team asked me these days is it possible to provide them with live data who are the active qlikview users and which documents are accessed. This info is visible in the Management console but since our environment is a cluster with 3 QV servers if you want to check the active users you need to constantly click around to get the info.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;ve ended making small c# console app that uses the Management API to extract this info in csv or json format and store the data in file. So now I can schedule the execution for the app and give Technology the link to the output file.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
