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

https://github.com/tony-go/wrap-nsrequest


https://github.com/tony-go/wrap-nsrequest

Last synced: 3 months ago
JSON representation

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!