Sha256: 38a06f151bfa69d1397ae246d47146efd5ed5a1fe141368cfd879bd8161c4d35

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>get_completed_items (Todoist)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File rtodoist.rb, line 65</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_completed_items</span>(<span class="ruby-identifier">project_id</span>)
    <span class="ruby-identifier">base_url</span> = <span class="ruby-value str">&quot;http://todoist.com/API/getCompletedItems&quot;</span>
    <span class="ruby-identifier">url</span> = <span class="ruby-node">%&lt;#{base_url}?project_id=#{project_id}&amp;token=#{@token}&gt;</span>
      <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">get_json_data</span>(<span class="ruby-identifier">url</span>)
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtodoist-0.0.2 doc/classes/Todoist.src/M000007.html