Crate neocities

Source
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§

Info
Info about a Neocities site
Neocities
The main Neocities API client wrapper.

Enums§

ListEntry
A path and its metadata returned by the server.
NeocitiesError
The neocities error type.