An open API service indexing awesome lists of open source software.

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.

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

---