Pastemyst.v
No description available
Install / Use
/learn @tomlin7/Pastemyst.vREADME
pastemyst.v
An API wrapper for paste.myst.rs, written in V.
All aspects of the v2 endpoint are currently implemented.
Installation
You can install the library via vpm:
v install billyeatcookies.pastemyst
Usage
The endpoints are grouped inside the library as a submodule. For example, information on a paste can be retrieved as such:
import billyeatcookies.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. Each of these endpoints has an equivalent wrapper method in the library. Since the library is written in V with a fully-documented codebase, usage can easily be extrapolated from the documentation and IntelliSense.
License
This project is available under a MIT license.
Acknowledgements
Thanks to discord/vlang community for helping me out a lot on writing this, and for providing valuable feedback on the project.
<!-- # pastemyst.v ### Main Features |Features|Public|Private|Optimized| | :----: | :----:| :----:| :----:| |get_paste|✅|✅|✅| |create_paste|✅|✅|✅| |edit_paste|❗|✅|✅| |delete_paste|❗|✅|✅| ### Misc Features | Features|Available|Optimized| |:---:|:---:|:---:| |check_user|✅|✅| |user_exists|✅|✅| |get_language|✅|✅| -->Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
