https://github.com/tony-go/wrap-nsrequest
https://github.com/tony-go/wrap-nsrequest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony-go/wrap-nsrequest
- Owner: tony-go
- Created: 2023-12-13T14:34:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T14:34:43.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:18:33.401Z (5 months ago)
- Language: Objective-C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wrap NSMutableURLRequest with a C++ API
## 🛠 Requirements
To start this journey, make sure you have the following software installed on your machine:
- [CMake](https://cmake.org/install/)
- [Xcode](https://developer.apple.com/xcode/)## 🚀 Building from Sources
Building the project is a simple. Run this single command:
```bash
make
```## 🚁 Trying the CLI
Initiate the make command:
```bash
make run
```Voila! The cli is now up and running!