API Docs: https://api.httpsms.com/index.html
To build and run the API on your computer, you can use the command below.
# Build the API
go go build -o main.exe;
# Run the API
./main.exe
You can run the unit tests for this client from the root directory using the command below:
go test -v
This project is licensed under the MIT License - see the LICENSE file for details