Skip to content

Latest commit

 

History

History
 
 

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTTP SMS API

Go Report Card PkgGoDev

API Docs: https://api.httpsms.com/index.html

Building

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

Testing

You can run the unit tests for this client from the root directory using the command below:

go test -v

License

This project is licensed under the MIT License - see the LICENSE file for details