diff --git a/README.md b/README.md index 76de9a3..74dad66 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The AnimeThemes API provides access to our repository resources for your development needs. -This is the repository for the [**AnimeThemes.moe API documentation**](https://staging.animethemes.moe/api/docs/). +This is the repository for the [**AnimeThemes.moe API documentation**](https://api-docs.animethemes.moe/). This project is powered by [**VuePress**](https://vuepress.vuejs.org/), a minimalistic static site generator. diff --git a/docs/anime/destroy/README.md b/docs/anime/destroy/README.md index 2724897..16c20fc 100644 --- a/docs/anime/destroy/README.md +++ b/docs/anime/destroy/README.md @@ -48,7 +48,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/anime/bakemonogatari +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/anime/bakemonogatari ``` diff --git a/docs/anime/forceDelete/README.md b/docs/anime/forceDelete/README.md index db401d8..a813386 100644 --- a/docs/anime/forceDelete/README.md +++ b/docs/anime/forceDelete/README.md @@ -38,7 +38,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/forceDelete/anime/bakemonogatari +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/anime/bakemonogatari ``` diff --git a/docs/anime/index/README.md b/docs/anime/index/README.md index 701a104..81fea09 100644 --- a/docs/anime/index/README.md +++ b/docs/anime/index/README.md @@ -99,7 +99,7 @@ None ```bash -curl https://staging.animethemes.moe/api/anime/ +curl https://api.animethemes.moe/anime/ ``` diff --git a/docs/anime/show/README.md b/docs/anime/show/README.md index 1098d4f..eb38e32 100644 --- a/docs/anime/show/README.md +++ b/docs/anime/show/README.md @@ -51,7 +51,7 @@ None ```bash -curl https://staging.animethemes.moe/api/anime/bakemonogatari +curl https://api.animethemes.moe/anime/bakemonogatari ``` diff --git a/docs/anime/store/README.md b/docs/anime/store/README.md index 9508656..87ae662 100644 --- a/docs/anime/store/README.md +++ b/docs/anime/store/README.md @@ -54,7 +54,7 @@ POST /api/anime ```bash -curl -X POST -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/anime/ +curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/anime/ ``` diff --git a/docs/anime/update/README.md b/docs/anime/update/README.md index 9bbc416..d5aa64b 100644 --- a/docs/anime/update/README.md +++ b/docs/anime/update/README.md @@ -54,7 +54,7 @@ PUT|PATCH /api/anime/{slug} ```bash -curl -X PATCH -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/anime/bakemonogatari +curl -X PATCH -H "Authorization: Bearer {token}" https://api.animethemes.moe/anime/bakemonogatari ``` diff --git a/docs/animesynonym/index/README.md b/docs/animesynonym/index/README.md index 49438b3..82748ee 100644 --- a/docs/animesynonym/index/README.md +++ b/docs/animesynonym/index/README.md @@ -87,7 +87,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animesynonym/ +curl https://api.animethemes.moe/animesynonym/ ``` diff --git a/docs/animesynonym/show/README.md b/docs/animesynonym/show/README.md index 19447af..8ebeb3b 100644 --- a/docs/animesynonym/show/README.md +++ b/docs/animesynonym/show/README.md @@ -47,7 +47,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animesynonym/1523 +curl https://api.animethemes.moe/animesynonym/1523 ``` diff --git a/docs/animetheme/index/README.md b/docs/animetheme/index/README.md index a6fd676..a380c80 100644 --- a/docs/animetheme/index/README.md +++ b/docs/animetheme/index/README.md @@ -104,7 +104,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animetheme/ +curl https://api.animethemes.moe/animetheme/ ``` diff --git a/docs/animetheme/show/README.md b/docs/animetheme/show/README.md index 955db90..34d78b4 100644 --- a/docs/animetheme/show/README.md +++ b/docs/animetheme/show/README.md @@ -50,7 +50,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animetheme/3373 +curl https://api.animethemes.moe/animetheme/3373 ``` diff --git a/docs/animethemeentry/index/README.md b/docs/animethemeentry/index/README.md index 7010032..36d0c7a 100644 --- a/docs/animethemeentry/index/README.md +++ b/docs/animethemeentry/index/README.md @@ -99,7 +99,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animethemeentry/ +curl https://api.animethemes.moe/animethemeentry/ ``` diff --git a/docs/animethemeentry/show/README.md b/docs/animethemeentry/show/README.md index 0f12dc5..de70fc4 100644 --- a/docs/animethemeentry/show/README.md +++ b/docs/animethemeentry/show/README.md @@ -51,7 +51,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animethemeentry/3822 +curl https://api.animethemes.moe/animethemeentry/3822 ``` diff --git a/docs/animeyear/index/README.md b/docs/animeyear/index/README.md index feb608a..3738675 100644 --- a/docs/animeyear/index/README.md +++ b/docs/animeyear/index/README.md @@ -37,7 +37,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animeyear/ +curl https://api.animethemes.moe/animeyear/ ``` diff --git a/docs/animeyear/show/README.md b/docs/animeyear/show/README.md index 5571423..57a9722 100644 --- a/docs/animeyear/show/README.md +++ b/docs/animeyear/show/README.md @@ -94,7 +94,7 @@ None ```bash -curl https://staging.animethemes.moe/api/animeyear/2000 +curl https://api.animethemes.moe/animeyear/2000 ``` diff --git a/docs/announcement/index/README.md b/docs/announcement/index/README.md index 706ab30..c4b29b0 100644 --- a/docs/announcement/index/README.md +++ b/docs/announcement/index/README.md @@ -84,7 +84,7 @@ None ```bash -curl https://staging.animethemes.moe/api/announcement/ +curl https://api.animethemes.moe/announcement/ ``` diff --git a/docs/announcement/show/README.md b/docs/announcement/show/README.md index 1ab331f..664c195 100644 --- a/docs/announcement/show/README.md +++ b/docs/announcement/show/README.md @@ -42,7 +42,7 @@ None ```bash -curl https://staging.animethemes.moe/api/announcement/1 +curl https://api.animethemes.moe/announcement/1 ``` diff --git a/docs/artist/destroy/README.md b/docs/artist/destroy/README.md index ae54585..324e215 100644 --- a/docs/artist/destroy/README.md +++ b/docs/artist/destroy/README.md @@ -45,7 +45,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/artist/chiwa_saito +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/artist/chiwa_saito ``` diff --git a/docs/artist/forceDelete/README.md b/docs/artist/forceDelete/README.md index 37a81dd..0ca75e9 100644 --- a/docs/artist/forceDelete/README.md +++ b/docs/artist/forceDelete/README.md @@ -38,7 +38,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/forceDelete/artist/chiwa_saito +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/artist/chiwa_saito ``` diff --git a/docs/artist/index/README.md b/docs/artist/index/README.md index e9099e3..b7a29af 100644 --- a/docs/artist/index/README.md +++ b/docs/artist/index/README.md @@ -90,7 +90,7 @@ None ```bash -curl https://staging.animethemes.moe/api/artist/ +curl https://api.animethemes.moe/artist/ ``` diff --git a/docs/artist/show/README.md b/docs/artist/show/README.md index aee5072..8de8d36 100644 --- a/docs/artist/show/README.md +++ b/docs/artist/show/README.md @@ -48,7 +48,7 @@ None ```bash -curl https://staging.animethemes.moe/api/artist/chiwa_saito +curl https://api.animethemes.moe/artist/chiwa_saito ``` diff --git a/docs/artist/store/README.md b/docs/artist/store/README.md index 595cbc6..b2d871a 100644 --- a/docs/artist/store/README.md +++ b/docs/artist/store/README.md @@ -48,7 +48,7 @@ POST /api/artist ```bash -curl -X POST -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/artist/ +curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/artist/ ``` diff --git a/docs/artist/update/README.md b/docs/artist/update/README.md index 52ab65c..4ec6501 100644 --- a/docs/artist/update/README.md +++ b/docs/artist/update/README.md @@ -48,7 +48,7 @@ PUT|PATCH /api/artist/{slug} ```bash -curl -X PATCH -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/artist/chiwa_saito +curl -X PATCH -H "Authorization: Bearer {token}" https://api.animethemes.moe/artist/chiwa_saito ``` diff --git a/docs/authentication/README.md b/docs/authentication/README.md index 1bb767b..89123a3 100644 --- a/docs/authentication/README.md +++ b/docs/authentication/README.md @@ -15,7 +15,7 @@ The AnimeThemes API uses the [**Bearer authentication scheme**](https://www.rfc- The `Bearer` token in the `Authorization` request header must correspond to a valid API token. ```sh -curl -X POST "https://staging.animethemes.moe/api/{protected action}" +curl -X POST "https://api.animethemes.moe/{protected action}" -H "Accept: application/json" -H "Authorization: Bearer {token}" ``` diff --git a/docs/balance/index/README.md b/docs/balance/index/README.md index d0c7167..eb6259a 100644 --- a/docs/balance/index/README.md +++ b/docs/balance/index/README.md @@ -96,7 +96,7 @@ None ```bash -curl https://staging.animethemes.moe/api/balance/ +curl https://api.animethemes.moe/balance/ ``` diff --git a/docs/balance/show/README.md b/docs/balance/show/README.md index 18708bb..3005173 100644 --- a/docs/balance/show/README.md +++ b/docs/balance/show/README.md @@ -46,7 +46,7 @@ None ```bash -curl https://staging.animethemes.moe/api/balance/1 +curl https://api.animethemes.moe/balance/1 ``` diff --git a/docs/config/flags/show/README.md b/docs/config/flags/show/README.md index 2910e93..1ff8b06 100644 --- a/docs/config/flags/show/README.md +++ b/docs/config/flags/show/README.md @@ -40,7 +40,7 @@ None ```bash -curl https://staging.animethemes.moe/api/config/flags +curl https://api.animethemes.moe/config/flags ``` diff --git a/docs/config/wiki/show/README.md b/docs/config/wiki/show/README.md index 47432f1..3cb50df 100644 --- a/docs/config/wiki/show/README.md +++ b/docs/config/wiki/show/README.md @@ -38,7 +38,7 @@ None ```bash -curl https://staging.animethemes.moe/api/config/wiki +curl https://api.animethemes.moe/config/wiki ``` diff --git a/docs/image/index/README.md b/docs/image/index/README.md index c999576..b3feeca 100644 --- a/docs/image/index/README.md +++ b/docs/image/index/README.md @@ -96,7 +96,7 @@ None ```bash -curl https://staging.animethemes.moe/api/image/ +curl https://api.animethemes.moe/image/ ``` diff --git a/docs/image/show/README.md b/docs/image/show/README.md index d803ba2..e4cd341 100644 --- a/docs/image/show/README.md +++ b/docs/image/show/README.md @@ -51,7 +51,7 @@ None ```bash -curl https://staging.animethemes.moe/api/image/435 +curl https://api.animethemes.moe/image/435 ``` diff --git a/docs/jsonapi/README.md b/docs/jsonapi/README.md index daa3118..0ff1af0 100644 --- a/docs/jsonapi/README.md +++ b/docs/jsonapi/README.md @@ -16,7 +16,7 @@ The AnimeThemes API does **NOT** require a `Content-Type` or `Accept` header. An ```powershell # A simple curl request can be made without specifying headers. -curl https://staging.animethemes.moe/api/anime +curl https://api.animethemes.moe/anime ``` ## Document Structure diff --git a/docs/page/index/README.md b/docs/page/index/README.md index a0669d6..77cabec 100644 --- a/docs/page/index/README.md +++ b/docs/page/index/README.md @@ -87,7 +87,7 @@ None ```bash -curl https://staging.animethemes.moe/api/page/ +curl https://api.animethemes.moe/page/ ``` diff --git a/docs/page/show/README.md b/docs/page/show/README.md index a285a04..4058108 100644 --- a/docs/page/show/README.md +++ b/docs/page/show/README.md @@ -43,7 +43,7 @@ None ```bash -curl https://staging.animethemes.moe/api/page/encoding/audio_normalization +curl https://api.animethemes.moe/page/encoding/audio_normalization ``` diff --git a/docs/resource/index/README.md b/docs/resource/index/README.md index a0260d9..0d03e1f 100644 --- a/docs/resource/index/README.md +++ b/docs/resource/index/README.md @@ -93,7 +93,7 @@ None ```bash -curl https://staging.animethemes.moe/api/resource/ +curl https://api.animethemes.moe/resource/ ``` diff --git a/docs/resource/show/README.md b/docs/resource/show/README.md index fa8b463..8ff1d3c 100644 --- a/docs/resource/show/README.md +++ b/docs/resource/show/README.md @@ -50,7 +50,7 @@ None ```bash -curl https://staging.animethemes.moe/api/resource/1083 +curl https://api.animethemes.moe/resource/1083 ``` diff --git a/docs/search/README.md b/docs/search/README.md index fed1812..5e21095 100644 --- a/docs/search/README.md +++ b/docs/search/README.md @@ -118,7 +118,7 @@ None ```bash -curl https://staging.animethemes.moe/api/search?q= +curl https://api.animethemes.moe/search?q= ``` diff --git a/docs/series/destroy/README.md b/docs/series/destroy/README.md index 5793ba4..2395fb4 100644 --- a/docs/series/destroy/README.md +++ b/docs/series/destroy/README.md @@ -45,7 +45,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/series/monogatari +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/series/monogatari ``` diff --git a/docs/series/forceDelete/README.md b/docs/series/forceDelete/README.md index 2932cfd..569bfbb 100644 --- a/docs/series/forceDelete/README.md +++ b/docs/series/forceDelete/README.md @@ -38,7 +38,7 @@ None ```bash -curl -X DELETE -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/forceDelete/series/monogatari +curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/series/monogatari ``` diff --git a/docs/series/index/README.md b/docs/series/index/README.md index d4287f3..98703d9 100644 --- a/docs/series/index/README.md +++ b/docs/series/index/README.md @@ -90,7 +90,7 @@ None ```bash -curl https://staging.animethemes.moe/api/series/ +curl https://api.animethemes.moe/series/ ``` diff --git a/docs/series/show/README.md b/docs/series/show/README.md index b6a0216..0a31389 100644 --- a/docs/series/show/README.md +++ b/docs/series/show/README.md @@ -48,7 +48,7 @@ None ```bash -curl https://staging.animethemes.moe/api/series/monogatari +curl https://api.animethemes.moe/series/monogatari ``` diff --git a/docs/series/store/README.md b/docs/series/store/README.md index cc6782a..2a0885f 100644 --- a/docs/series/store/README.md +++ b/docs/series/store/README.md @@ -48,7 +48,7 @@ POST /api/series ```bash -curl -X POST -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/series/ +curl -X POST -H "Authorization: Bearer {token}" https://api.animethemes.moe/series/ ``` diff --git a/docs/series/update/README.md b/docs/series/update/README.md index 311beaf..b464c74 100644 --- a/docs/series/update/README.md +++ b/docs/series/update/README.md @@ -48,7 +48,7 @@ PUT|PATCH /api/series/{slug} ```bash -curl -X PATCH -H "Authorization: Bearer {token}" https://staging.animethemes.moe/api/series/monogatari +curl -X PATCH -H "Authorization: Bearer {token}" https://api.animethemes.moe/series/monogatari ``` diff --git a/docs/song/index/README.md b/docs/song/index/README.md index 0c2491d..a2604bb 100644 --- a/docs/song/index/README.md +++ b/docs/song/index/README.md @@ -87,7 +87,7 @@ None ```bash -curl https://staging.animethemes.moe/api/song/ +curl https://api.animethemes.moe/song/ ``` diff --git a/docs/song/show/README.md b/docs/song/show/README.md index 015f9bb..188c08e 100644 --- a/docs/song/show/README.md +++ b/docs/song/show/README.md @@ -47,7 +47,7 @@ None ```bash -curl https://staging.animethemes.moe/api/song/3373 +curl https://api.animethemes.moe/song/3373 ``` diff --git a/docs/studio/index/README.md b/docs/studio/index/README.md index 4cc9a5d..c7c1ea3 100644 --- a/docs/studio/index/README.md +++ b/docs/studio/index/README.md @@ -90,7 +90,7 @@ None ```bash -curl https://staging.animethemes.moe/api/studio/ +curl https://api.animethemes.moe/studio/ ``` diff --git a/docs/studio/show/README.md b/docs/studio/show/README.md index 486744d..ba3f9c3 100644 --- a/docs/studio/show/README.md +++ b/docs/studio/show/README.md @@ -48,7 +48,7 @@ None ```bash -curl https://staging.animethemes.moe/api/studio/shaft +curl https://api.animethemes.moe/studio/shaft ``` diff --git a/docs/transaction/index/README.md b/docs/transaction/index/README.md index 7b9b579..8a36f8b 100644 --- a/docs/transaction/index/README.md +++ b/docs/transaction/index/README.md @@ -96,7 +96,7 @@ None ```bash -curl https://staging.animethemes.moe/api/transaction/ +curl https://api.animethemes.moe/transaction/ ``` diff --git a/docs/transaction/show/README.md b/docs/transaction/show/README.md index 1499442..d150ec9 100644 --- a/docs/transaction/show/README.md +++ b/docs/transaction/show/README.md @@ -46,7 +46,7 @@ None ```bash -curl https://staging.animethemes.moe/api/transaction/1 +curl https://api.animethemes.moe/transaction/1 ``` diff --git a/docs/video/index/README.md b/docs/video/index/README.md index dd65c64..d095ac1 100644 --- a/docs/video/index/README.md +++ b/docs/video/index/README.md @@ -122,7 +122,7 @@ None ```bash -curl https://staging.animethemes.moe/api/video/ +curl https://api.animethemes.moe/video/ ``` diff --git a/docs/video/show/README.md b/docs/video/show/README.md index 764cd23..57f6d4f 100644 --- a/docs/video/show/README.md +++ b/docs/video/show/README.md @@ -60,7 +60,7 @@ None ```bash -curl https://staging.animethemes.moe/api/video/Bakemonogatari-OP1.webm +curl https://api.animethemes.moe/video/Bakemonogatari-OP1.webm ```