Expand description
A simple Neocities API client wrapper.
§Usage:
Start by constructing a Neocities
instance using an API key with Neocities::key
or a username/password combo using Neocities::login
.
After that you are free to call any methods on the Neocities
instance to use their respective API calls
Structs§
Enums§
- List
Entry - A path and its metadata returned by the server.
- Neocities
Error - The
neocities
error type.