Current section
Files
Jump to
Current section
Files
doc/overview.html
<!DOCTYPE html>
<html>
<head>
<title>Overview</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.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>
</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></div>
<h1>feedlex v0.0.1</h1>
<ul class="summary_links">
<li><a href="#modules_summary">Modules</a></li>
</ul>
<h2 id="modules_summary">Modules summary <a class="to_top_link" href="#content" title="To the top of the page">↑</a></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="Feedlex.html">Feedlex</a></td>
<td class="summary_synopsis"><p>Wrapper around the Feedly API</p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Auth.html">Feedlex.Auth</a></td>
<td class="summary_synopsis"><p>Exposes authentication and authorization functions into the Feedly API
<a href="https://developer.feedly.com/v3/auth/">https://developer.feedly.com/v3/auth/</a></p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Feed.html">Feedlex.Feed</a></td>
<td class="summary_synopsis"><p>Wrapper around the Feedly Feeds API
<a href="https://developer.feedly.com/v3/feeds/">https://developer.feedly.com/v3/feeds/</a></p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Request.html">Feedlex.Request</a></td>
<td class="summary_synopsis"><p>Utility module for handling request related functionality</p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Response.html">Feedlex.Response</a></td>
<td class="summary_synopsis"><p>Utility functions for dealing with Feedly API responses</p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Stream.html">Feedlex.Stream</a></td>
<td class="summary_synopsis"><p>Wrapper around the Feedly Streams API
<a href="https://developer.feedly.com/v3/streams/">https://developer.feedly.com/v3/streams/</a></p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Subscription.html">Feedlex.Subscription</a></td>
<td class="summary_synopsis"><p>Wrapper around the Feedly Subscriptions API
<a href="https://developer.feedly.com/v3/subscriptions/">https://developer.feedly.com/v3/subscriptions/</a></p>
</td>
</tr>
<tr>
<td class="summary_signature"><a href="Feedlex.Util.html">Feedlex.Util</a></td>
<td class="summary_synopsis"><p>Generic utility functions for Pocketex</p>
</td>
</tr>
</table>
</section>
</body>
</html>