mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-11 05:58:26 -06:00
Add dev API info to about page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -148,7 +148,7 @@
|
||||
<hr>
|
||||
|
||||
<div id="patreon">
|
||||
<div class="image-wrapper" style="float: left">
|
||||
<div class="image-wrapper" style="float: right">
|
||||
<img src="/assets/images/other/novafox-patreon-page.png"
|
||||
style="max-width: 450px; max-height: 300px;">
|
||||
</div>
|
||||
@@ -170,6 +170,29 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div id="developer-api">
|
||||
<div class="image-wrapper" style="float: left">
|
||||
<img src="/assets/images/examples/DisCal-Developer-API.jpg"
|
||||
style="max-width: 450px; max-height: 300px;">
|
||||
</div>
|
||||
<h3>Developer API</h3>
|
||||
<p>
|
||||
With DisCal growing everyday, we decided that a developer API should exist. So, that's exactly what
|
||||
we did!
|
||||
<br>
|
||||
We have built a fully RESTful API into DisCal for you to hook into! Use it for your bots, websites,
|
||||
apps, and more!
|
||||
<br>
|
||||
<br>
|
||||
Simply check out the API documentation and learn how you can easily use DisCal in your projects!
|
||||
</p>
|
||||
<a target="_blank" href="/docs/api/overview">
|
||||
<button>View API Docs</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user