Deploying to gh-pages from @ badges/shields@2857d9bf5c 🚀
This commit is contained in:
@@ -115,7 +115,7 @@ generated API key.</p>
|
||||
<h3>Discord</h3>
|
||||
<p>Using a token for Discord is optional but will allow higher API rates.</p>
|
||||
<ul>
|
||||
<li><code>DISCORD_BOT_TOKEN</code> (yml: <code>discord_bot_token</code>)</li>
|
||||
<li><code>DISCORD_BOT_TOKEN</code> (yml: <code>private.discord_bot_token</code>)</li>
|
||||
</ul>
|
||||
<p>Register an application in the <a href="https://discord.com/developers">Discord developer console</a>.
|
||||
To obtain a token, simply create a bot for your application.</p>
|
||||
@@ -236,14 +236,14 @@ means however, that an actual account is required to read the build status
|
||||
of a package.</p>
|
||||
<h3>OpenCollective</h3>
|
||||
<ul>
|
||||
<li><code>OPENCOLLECTIVE_TOKEN</code> (yml: <code>opencollective_token</code>)</li>
|
||||
<li><code>OPENCOLLECTIVE_TOKEN</code> (yml: <code>private.opencollective_token</code>)</li>
|
||||
</ul>
|
||||
<p>OpenCollective's GraphQL API only allows 10 reqs/minute for anonymous users.
|
||||
An <a href="https://graphql-docs-v2.opencollective.com/access">API token</a>
|
||||
can be provided to access a higher rate limit of 100 reqs/minute.</p>
|
||||
<h3>Pepy</h3>
|
||||
<ul>
|
||||
<li><code>PEPY_KEY</code> (yml: <code>pepy_key</code>)</li>
|
||||
<li><code>PEPY_KEY</code> (yml: <code>private.pepy_key</code>)</li>
|
||||
</ul>
|
||||
<p>The Pepy API requires authentication. To obtain a key,
|
||||
Create an account, sign in and obtain generate a key on your
|
||||
@@ -290,8 +290,8 @@ It is not necessary to performa full OAuth Flow to gain an access token.</p>
|
||||
access to your private nexus repositories.</p>
|
||||
<h3>Twitch</h3>
|
||||
<ul>
|
||||
<li><code>TWITCH_CLIENT_ID</code> (yml: <code>twitch_client_id</code>)</li>
|
||||
<li><code>TWITCH_CLIENT_SECRET</code> (yml: <code>twitch_client_secret</code>)</li>
|
||||
<li><code>TWITCH_CLIENT_ID</code> (yml: <code>private.twitch_client_id</code>)</li>
|
||||
<li><code>TWITCH_CLIENT_SECRET</code> (yml: <code>private.twitch_client_secret</code>)</li>
|
||||
</ul>
|
||||
<p>Register an application in the <a href="https://dev.twitch.tv/console">Twitch developer console</a>
|
||||
in order to obtain a client id and a client secret for making Twitch API calls.</p>
|
||||
@@ -338,7 +338,7 @@ and create an API key for the YouTube Data API v3.</p>
|
||||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Sun May 05 2024 19:49:06 GMT+0000 (Coordinated Universal Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Mon May 06 2024 19:04:21 GMT+0000 (Coordinated Universal Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
||||
Reference in New Issue
Block a user