<?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 Re: Ruby API v2 Client in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142021#M4479</link>
    <description>&lt;P&gt;Is there any update on&amp;nbsp;Ruby SDK is planned for API v2?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 15:46:29 GMT</pubDate>
    <dc:creator>GeoBeats N.</dc:creator>
    <dc:date>2016-06-17T15:46:29Z</dc:date>
    <item>
      <title>Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142019#M4477</link>
      <description>&lt;P&gt;I've been using &lt;A href="https://github.com/futuresimple/dropbox-api" target="_blank" rel="nofollow noreferrer"&gt;Marcin Bunsch's client&lt;/A&gt; for the v1 since the official one is horrific. There has also been a lot of demand for the ability to use a mock mode of the client for automated tests in local.&lt;/P&gt;
&lt;P&gt;Can we expect a decent v2 Ruby client soon? Is it going to follow proper Ruby design principles?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142019#M4477</guid>
      <dc:creator>Jonathan A.12</dc:creator>
      <dc:date>2019-05-29T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142020#M4478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Jonathan, thanks for the feedback! A Ruby SDK is planned for API v2, though I don't have a timeline or any specific information about it to offer right now.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 03:42:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142020#M4478</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-15T03:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142021#M4479</link>
      <description>&lt;P&gt;Is there any update on&amp;nbsp;Ruby SDK is planned for API v2?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 15:46:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142021#M4479</guid>
      <dc:creator>GeoBeats N.</dc:creator>
      <dc:date>2016-06-17T15:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142022#M4480</link>
      <description>&lt;P&gt;Unfortunately I don't have any news on if or when we may have a Ruby SDK for API v2.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2016 00:57:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142022#M4480</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-18T00:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142023#M4481</link>
      <description>&lt;P&gt;@Gregory I've been told that the API v1 will be discontinued at some point in 2017. Given that, what is the recommended way to use the Dropbox API from Ruby? Do you know of any community api clients for Ruby and V2?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 08:24:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142023#M4481</guid>
      <dc:creator>Michael H.133</dc:creator>
      <dc:date>2016-07-08T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby API v2 Client</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142024#M4482</link>
      <description>&lt;P&gt;Hi Michael, thanks for following up on this. I checked in with the team to see if we can firmer guidance on an&amp;nbsp;official Ruby SDK. The answer is that unfortunately at this point we don't currently have plans for an official Ruby SDK for Dropbox API v2.&lt;/P&gt;
&lt;P&gt;That being the case, you can either use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank" rel="nofollow noreferrer"&gt;HTTP endpoints themselves&lt;/A&gt;, or use a third party library. I'm currently not aware of any particular third party libraries for Ruby for API v2 however.&lt;/P&gt;
&lt;P&gt;We have open-sourced &lt;A href="https://github.com/dropbox/stone" rel="nofollow noreferrer"&gt;Stone&lt;/A&gt; though, our system for specifying APIs and generating libraries for those APIs, as well as our &lt;A href="https://github.com/dropbox/dropbox-api-spec" rel="nofollow noreferrer"&gt;API spec&lt;/A&gt; itself. Using those, it's possible to write a generator to build a library for any programming language of your choice.&lt;/P&gt;
&lt;P&gt;If anyone builds a third party library using that, we'd be happy to take a look and list it on the &lt;A href="https://www.dropbox.com/developers/documentation/communitysdks" rel="nofollow noreferrer"&gt;Community SDKs page&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 20:50:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Ruby-API-v2-Client/m-p/142024#M4482</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-08T20:50:08Z</dc:date>
    </item>
  </channel>
</rss>

