Compare commits
4 Commits
0.1.3
...
df28bb5dc6
| Author | SHA1 | Date | |
|---|---|---|---|
| df28bb5dc6 | |||
| 35f80cf249 | |||
| cd2af612a2 | |||
| 088a1c3beb |
@@ -81,4 +81,3 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
|
||||||
|
|||||||
@@ -126,6 +126,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="grid">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Mongo Ops</h2>
|
||||||
|
<p>
|
||||||
|
A modular, async Blog API backend for FastAPI microservices.
|
||||||
|
Provides streamlined CRUD operations for articles and authors, supports nested author details within article endpoints, and enables simple association management between content and contributors.
|
||||||
|
</p>
|
||||||
|
<a href="/api/blog/">View Documentation →</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
© 2025 Aetoskia Developer Network — Built with ❤️ on Raspberry Pi
|
© 2025 Aetoskia Developer Network — Built with ❤️ on Raspberry Pi
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
<div data-md-component="skip">
|
<div data-md-component="skip">
|
||||||
|
|
||||||
|
|
||||||
<a href="#aetoskia-blog-api-004" class="md-skip">
|
<a href="#aetoskia-blog-api-012" class="md-skip">
|
||||||
Skip to content
|
Skip to content
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -522,7 +522,7 @@ https://github.com/Neoteroi/essentials-openapi
|
|||||||
Most likely, it is not desirable to edit this file by hand!
|
Most likely, it is not desirable to edit this file by hand!
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<h1 id="aetoskia-blog-api-004">Aetoskia Blog API <span class="api-version">0.0.4</span></h1>
|
<h1 id="aetoskia-blog-api-012">Aetoskia Blog API <span class="api-version">0.1.2</span></h1>
|
||||||
<div class="language-text highlight"><span class="filename">Text Only</span><pre><span></span><code>This is the **Aetoskia Blog API**, part of the personal service network.
|
<div class="language-text highlight"><span class="filename">Text Only</span><pre><span></span><code>This is the **Aetoskia Blog API**, part of the personal service network.
|
||||||
|
|
||||||
Provides:
|
Provides:
|
||||||
@@ -557,7 +557,7 @@ Fully async, secured via JWT auth.
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Production server</td>
|
<td>Production server</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://api.aetoskia.com" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com</a>
|
<a href="https://api.aetoskia.com/blogs" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com/blogs</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
"name": "MIT License",
|
"name": "MIT License",
|
||||||
"url": "https://opensource.org/licenses/MIT"
|
"url": "https://opensource.org/licenses/MIT"
|
||||||
},
|
},
|
||||||
"version": "0.0.4"
|
"version": "0.1.2"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"url": "https://api.aetoskia.com",
|
"url": "https://api.aetoskia.com/blogs",
|
||||||
"description": "Production server"
|
"description": "Production server"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user