pastemyst.v
An API wrapper for
paste.myst.rs
All aspects of the v2 endpoint are currently implemented.
Installation
You can install the library via
vpm
v install billyateallcookies.pastemyst
Usage
The
endpoints
import billyateallcookies.pastemyst.endpoints
// optional; some endpoints require authorization through your personal
// api token, retrieved through your profile settings.
const my_paste = endpoints.get_paste(id: "my_paste_id") ?
You can find a list of endpoints over on PasteMyst's
API docs
License
This project is available under a
MIT
Acknowledgements
Thanks to
discord/vlang