mirror of
https://github.com/Decicus/DecAPI-Docs.git
synced 2024-11-25 09:52:29 +01:00
Add notice regarding Twitter's paid API "plan" (or lack thereof)
This commit is contained in:
parent
c319166efd
commit
72624044bc
@ -40,6 +40,12 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-if="route.includes('twitter/')">
|
||||
<div class="alert alert-warning">
|
||||
Due to <a href="https://twitter.com/TwitterDev/status/1621026986784337922" target="_blank" rel="noopener noreferrer" class="alert-link">Twitter's decision</a> to start charging for all API usage out of nowhere, Twitter endpoints may stop working from February 9th, 2023.
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-if="e.cached === true">
|
||||
<div class="alert alert-info">
|
||||
This endpoint is cached and won't always be fully up-to-date. See the <a href="/cached-endpoints">Cached endpoints</a> page for more information.
|
||||
|
Loading…
Reference in New Issue
Block a user