https://github.com/rinapen/yay-cpp-wrapper
πModern C++ wrapper for Yay (SNS) API.
https://github.com/rinapen/yay-cpp-wrapper
api-client http http-client websocket yay
Last synced: 5 months ago
JSON representation
πModern C++ wrapper for Yay (SNS) API.
- Host: GitHub
- URL: https://github.com/rinapen/yay-cpp-wrapper
- Owner: xbkv
- License: mit
- Created: 2024-03-07T14:36:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T06:33:20.000Z (about 1 year ago)
- Last Synced: 2025-02-08T07:25:07.526Z (about 1 year ago)
- Topics: api-client, http, http-client, websocket, yay
- Language: C++
- Homepage: https://yay.space
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
### π **`README.md`**
# π Yay (SNS) C++ API Wrapper
A lightweight, high-performance C++ wrapper for the Yay (SNS) API.
Designed to make API requests simple, fast, and efficient.
---
## β οΈ Project Status: 20% Complete
Yep, it's only **20% done**.
**Why?**
- π
**Got bored.**
- β° **Too busy.**
But hey, it's a start.
---
## π¦ Features (So Far)
- β
Basic API request handling
- β
Authentication setup (kind of)
- β No proper error handling yet
- β No comprehensive documentation (working on it... maybe)
---
## π οΈ Installation
```bash
git clone https://github.com/xbkv/yay-cpp-wrapper.git
cd yay-cpp-wrapper
mkdir build && cd build
cmake ..
make
```
---
## π Contributing
Want to help? Feel free to submit PRs. I might review them... eventually.
Or not. Depends on my mood.
---
## π License
MIT License
---