Hello, I have an issue with this wrapper when trying to remotely delete files. When calling neocities.NeoCities.delete with a single file name (that exists on the remote), i always get:
neocities.neocities.NeoCities.InvalidRequestError: Request returned status code 404: b'{\n "result": "error",\n "error_type": "not_found",\n "message": "the requested api call does not exist"\n}\n'
Should this wrapper require some update or am I doing something wrong ?