Sitelet https://github.com/bottre/httpsms/tree/main/api
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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