Add support for a hide_paid query parameter to campaign feeds
All checks were successful
Deploy to Server / deploy (push) Successful in 28s
All checks were successful
Deploy to Server / deploy (push) Successful in 28s
This commit is contained in:
parent
e960b09084
commit
8229b0fe80
3 changed files with 201 additions and 29 deletions
|
|
@ -20,6 +20,11 @@
|
|||
Twitch JSON API documentation is available at
|
||||
<a href="{% url 'twitch:twitch-api-v1:openapi-view' %}">/twitch/api/v1/docs</a>.
|
||||
</p>
|
||||
<p>
|
||||
Twitch campaign feeds accept <code>?limit=50</code> to change item count and
|
||||
<code>?hide_paid=1</code> to hide subscription-gated drops and skip campaigns
|
||||
with no free drops.
|
||||
</p>
|
||||
<section>
|
||||
<h2>Global RSS Feeds</h2>
|
||||
<table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue