mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-25 07:29:50 -06:00
19 lines
1.9 KiB
XML
19 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>API on AudioBookRequest Docs</title>
|
|
<link>https://markbeep.github.io/AudioBookRequest/docs/tutorials/api/</link>
|
|
<description>Recent content in API on AudioBookRequest Docs</description>
|
|
<generator>Hugo</generator>
|
|
<language>en</language>
|
|
<atom:link href="https://markbeep.github.io/AudioBookRequest/docs/tutorials/api/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>Indexers</title>
|
|
<link>https://markbeep.github.io/AudioBookRequest/docs/tutorials/api/indexers/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
<guid>https://markbeep.github.io/AudioBookRequest/docs/tutorials/api/indexers/</guid>
|
|
<description><p>There are two main endpoints to work with indexers:</p>
<ul>
<li>A <code>PATCH</code> to update indexer settings.</li>
<li>A <code>GET</code> to get all the available configuration settings for the indexers.</li>
</ul>
<p>Head to the main <a href="https://markbeep.github.io/AudioBookRequest/docs/tutorials/api/">API Docs</a> to see how you can access the SwaggerUI
and more easily test the endpoints.</p>
<h2 id="getting-the-indexer-configurations">Getting the Indexer Configurations<a class="td-heading-self-link" href="#getting-the-indexer-configurations" aria-label="Heading self-link"></a></h2>
<p>To figure out what values you need to adjust, <code>GET</code> the endpoint
<code>/api/indexers/configurations</code>.</p>
<p>This will give you something along the lines of this:</p></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|