Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0f4e68f3 |
1 changed files with 2 additions and 3 deletions
|
|
@ -11,8 +11,6 @@ DESCRIPTION = """
|
||||||
Hi, this is a read-only API exposing 20+ years of my personal media reviews of movies, books,
|
Hi, this is a read-only API exposing 20+ years of my personal media reviews of movies, books,
|
||||||
and television since 2001.
|
and television since 2001.
|
||||||
|
|
||||||
## What this API does
|
|
||||||
|
|
||||||
This API provides structured access to a personal media review database. Every
|
This API provides structured access to a personal media review database. Every
|
||||||
review includes a date, category, title, creator, genre, rating, and optional
|
review includes a date, category, title, creator, genre, rating, and optional
|
||||||
written commentary.
|
written commentary.
|
||||||
|
|
@ -43,7 +41,8 @@ Ratings use a **-3.0 to 3.0** scale:
|
||||||
|
|
||||||
This API is a portfolio project demonstrating API design and documentation
|
This API is a portfolio project demonstrating API design and documentation
|
||||||
skills. Built with [FastAPI](https://fastapi.tiangolo.com/) and documented
|
skills. Built with [FastAPI](https://fastapi.tiangolo.com/) and documented
|
||||||
with [Scalar](https://scalar.com/).
|
with [Scalar](https://scalar.com/). To see release notes, go to the
|
||||||
|
[Releases](https://gugulet.hu/technical/git/g_it/api/releases) page.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
CUSTOM_CSS = """
|
CUSTOM_CSS = """
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue