A lightweight, high-performance C++ wrapper for the Yay (SNS) API.
Designed to make API requests simple, fast, and efficient.
Yep, it's only 20% done.
Why?
- π Got bored.
- β° Too busy.
But hey, it's a start.
- β Basic API request handling
- β Authentication setup (kind of)
- β No proper error handling yet
- β No comprehensive documentation (working on it... maybe)
git clone https://github.com/xbkv/yay-cpp-wrapper.git
cd yay-cpp-wrapper
mkdir build && cd build
cmake ..
make
Want to help? Feel free to submit PRs. I might review them... eventually.
Or not. Depends on my mood.
MIT License