<?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: Cristian Ionut</title>
    <description>The latest articles on DEV Community by Cristian Ionut (@cristianionut).</description>
    <link>https://dev.to/cristianionut</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%2F391786%2F7fa8ab38-8574-4101-bb17-3192ed598a80.jpg</url>
      <title>DEV Community: Cristian Ionut</title>
      <link>https://dev.to/cristianionut</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cristianionut"/>
    <language>en</language>
    <item>
      <title>[Question] Dev API podcast URL</title>
      <dc:creator>Cristian Ionut</dc:creator>
      <pubDate>Wed, 27 May 2020 07:53:30 +0000</pubDate>
      <link>https://dev.to/cristianionut/question-dev-api-podcast-url-2g50</link>
      <guid>https://dev.to/cristianionut/question-dev-api-podcast-url-2g50</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;Just a quick question regarding the DEV API.&lt;br&gt;
Is there any method to get the URL of a podcast? &lt;br&gt;
Based on the docs you can get the relative path of an episode, but I would also like to get the URL of the stream. &lt;/p&gt;

&lt;p&gt;This is the model of a podcast episode that I can get right now from &lt;a href="https://dev.to/api/podcast_episodes:"&gt;https://dev.to/api/podcast_episodes:&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"type_of"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"podcast_episodes"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"id"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;13894&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"path"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"/codenewbie/s11-e7-why-site-reliability-is-so-important-molly-struve"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"image_url"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://dev-to-uploads.s3.amazonaws.com/uploads/podcast/image/2/9f50a462-9152-429a-b15e-d024baaa8e01.png"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"title"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"S11:E7 - Why site reliability is so important (Molly Struve)"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"podcast"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"title"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"CodeNewbie"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"slug"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"codenewbie"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"image_url"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://dev-to-uploads.s3.amazonaws.com/uploads/podcast/image/2/9f50a462-9152-429a-b15e-d024baaa8e01.png"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
    </item>
    <item>
      <title>[Android APP] Minimalist DEVTO reader</title>
      <dc:creator>Cristian Ionut</dc:creator>
      <pubDate>Mon, 25 May 2020 10:16:51 +0000</pubDate>
      <link>https://dev.to/cristianionut/android-app-minimalist-devto-reader-app-58k3</link>
      <guid>https://dev.to/cristianionut/android-app-minimalist-devto-reader-app-58k3</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I built a simple Android reader app based on the available beta DEV API (&lt;a href="https://docs.dev.to/api/"&gt;https://docs.dev.to/api/&lt;/a&gt;)&lt;br&gt;
You can read articles, view user's profile page, scroll through a list of podcasts.&lt;br&gt;
The app supports dark mode.&lt;/p&gt;

&lt;p&gt;Google PlayStore link:  &lt;a href="https://play.google.com/store/apps/details?id=com.dci.dev.devto"&gt;https://play.google.com/store/apps/details?id=com.dci.dev.devto&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please leave me a review, it would be very useful for me.&lt;br&gt;
Hope you'll enjoy it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--q5Nx1Ihm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lh3.googleusercontent.com/kCwzgI28C00WlpNZU824tpExM5hcu7RMhFYpoSz5FnhQFk8aukn1AiEaWDp3h-ERD3w%3Dw1440-h1157-rw" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q5Nx1Ihm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lh3.googleusercontent.com/kCwzgI28C00WlpNZU824tpExM5hcu7RMhFYpoSz5FnhQFk8aukn1AiEaWDp3h-ERD3w%3Dw1440-h1157-rw" alt="DevTo"&gt;&lt;/a&gt; &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OACXduY5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lh3.googleusercontent.com/qdKQZbVwxgFOWbMYRvD9Iq098C0QgqRQiyMZHxCNyezaLu5pQ0Idrhy8qi2wnWb9OZM%3Dw1440-h1157-rw" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OACXduY5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lh3.googleusercontent.com/qdKQZbVwxgFOWbMYRvD9Iq098C0QgqRQiyMZHxCNyezaLu5pQ0Idrhy8qi2wnWb9OZM%3Dw1440-h1157-rw" alt="DevTo"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
    </item>
  </channel>
</rss>
