Current section
Files
Jump to
Current section
Files
doc/Feedlex.Response.html
<!DOCTYPE html>
<html>
<head>
<title>Feedlex.Response</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/elixir.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
<script type="text/javascript" charset="utf-8" src="js/highlight.pack.js"></script>
<script type="text/javascript" charset="utf-8">
hljs.initHighlightingOnLoad();
hljs.configure({languages: []}); //disable autodetect
</script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
if (window.top.frames.main) document.body.className = 'frames';
</script>
<section id="content">
<div class="breadcrumbs">feedlex v0.0.1 → <a href="overview.html">Overview</a> → <a href="Feedlex.html">Feedlex</a> → <a href="Feedlex.Response.html">Response</a></div>
<h1>
Feedlex.Response
</h1>
<ul class="summary_links">
<li><a href="#summary">Summary</a></li>
<li><a href="#functions_details">Functions</a></li>
</ul>
<section id="moduledoc" class="docstring">
<p>Utility functions for dealing with Feedly API responses</p>
</section>
<h2 id="summary">Summary<span class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">↑</a></span></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#parse/1">parse(response)</a></td>
<td class="summary_synopsis"><p>Parses the raw Feedly API response into a common format</p>
</td>
</tr>
</table>
<section id="functions_details" class="details_list">
<h2>Functions</h2>
<section class="detail">
<div class="detail_header" id="parse/1">
<span class="signature"><strong>parse(response)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#parse/1" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">↑</a>
</div>
</div>
<section class="docstring">
<p>Parses the raw Feedly API response into a common format</p>
</section>
</section>
</section>
</section>
</body>
</html>