<?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: Elijah </title>
    <description>The latest articles on DEV Community by Elijah  (@titanmq).</description>
    <link>https://dev.to/titanmq</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F128650%2F3462d7cc-3837-4128-b333-904b255add76.jpg</url>
      <title>DEV Community: Elijah </title>
      <link>https://dev.to/titanmq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/titanmq"/>
    <language>en</language>
    <item>
      <title>My Hacktoberfest 2020 experience day 1</title>
      <dc:creator>Elijah </dc:creator>
      <pubDate>Thu, 01 Oct 2020 23:35:13 +0000</pubDate>
      <link>https://dev.to/titanmq/my-hacktoberfest-2020-experience-day-1-4knc</link>
      <guid>https://dev.to/titanmq/my-hacktoberfest-2020-experience-day-1-4knc</guid>
      <description>&lt;h2&gt;
  
  
  My Hacktoberfest 2020 experience
&lt;/h2&gt;

&lt;p&gt;&lt;b&gt; Day 1 October 1st: &lt;/b&gt;  &lt;/p&gt;

&lt;p&gt;I started off by finding my first issue, after 30 minutes of finding a suitable issue I can get my teeth stuck into. I found a repository which was a Go lang wrapper library for a payment API called Mollie-API. The issue I choose was for Creating code samples for a part of the library which handled website profiles in the API. &lt;/p&gt;

&lt;p&gt;Firstly, I started by reading the repository README file to get an idea of what the repository is about then I went to look through the API documentation to get a better understanding of the API, mainly looking through the profiles section. After 10 minutes of reading, by then I felt confident I could complete this task. I went back to Github, I forked the repository and commented on the issue saying I would like to do this task. &lt;/p&gt;

&lt;p&gt;While waiting for a reply,  I set up my prefered code editor which was Visual studio code and then I cloned the repository. I was confident I would get this task as it was tagged with ‘Hacktoberfest’ and no one was assigned to the issue. On the README it said that in order to use the API I needed a Mollie account, so I headed over to the Mollie API site and created an account then I took a break for a bit.&lt;/p&gt;

&lt;p&gt;After taking some time away from my laptop, I got a reply to my comment to give me the green light with completing the task. So with the green light, I went straight to Visual studio code and started coding, during my break I had thought some ideas about how I was going to complete this task.&lt;/p&gt;

&lt;p&gt;I coded one code example which was for creating a profile, at this point, everything was going well until I hit a brick wall, after running the code sample I got an HTTP error, from that I knew it sent a request but the mollie server didn’t like what I sent. I was confused at first, I couldn’t put a finger on the problem, I tried running the code sample again, no luck 😢. &lt;/p&gt;

&lt;p&gt;I decided to try a different code sample, the code sample I tried next was a sample for getting a profile, I coded the example, ran it and … No luck again with a similar response. Again I tried a different sample, this time being a sample for getting the current profile belonging to the API key. I coded it, ran it and to my surprise, it worked! HAZAR! It’s great that it works but the other code examples don’t. &lt;/p&gt;

&lt;p&gt;So, I went to the API documentation and looked at API reference for the code samples I created I found out that the samples that were not working require an app access token, not an API key. I created an access token and changed the code to work with an access token and BOOM! it works 😎. &lt;/p&gt;

&lt;p&gt;I created a few more code samples before I decided to finish for the day. Tomorrow, I will hope to finish the remaining code samples.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>github</category>
      <category>git</category>
      <category>go</category>
    </item>
  </channel>
</rss>
