{#await Senpy.getRandomImage()}
{:then randomImage}
{/await}
The Senpy Club
|
Anime Girls Holding Programming Books
Front-end Version 1.
— Similar functionality to this page, but with a different design
REST API
— The Official Senpy Club REST API
Command-line Interface
— Access The Senpy Club API from your terminal (and export to files too)
senpy-rs
— Rust bindings to The Senpy Club API
senpy-ffi
— Access The Senpy Club API from any programming language (with FFI support)
GraphQL API
— Official GraphQL access to The Senpy Club API (
Playground
)
Languages
{#await Senpy.getLanguages()}
{:then languages}
{#each languages as language}
{language}
{/each}
{/await}