README
Typescript axios client for TMDB
Credit
The oas.json file was copied from tmdb-client-rs and slightly modified to make it work with the typescript axios client generator from the OpenAPI Generator project.
The oas.json file was copied from tmdb-client-rs and slightly modified to make it work with the typescript axios client generator from the OpenAPI Generator project.
<script type="module">
import mediapotTmdbApiAxios from 'https://cdn.skypack.dev/@mediapot/tmdb-api-axios';
</script>
The oas.json file was copied from tmdb-client-rs and slightly modified to make it work with the typescript axios client generator from the OpenAPI Generator project.