ssh.surf Golang api examples
Go to file
ultimateplayer1999 ace4c7e53f
Changed printed text of all other status codes.
2023-01-19 10:23:48 +01:00
.gitignore Added source and prebuilds 2023-01-10 15:57:26 +01:00
LICENSE Initial Commit 2023-01-10 15:51:25 +01:00
README.md README change 2023-01-16 09:57:14 +01:00
containerinfo Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
containerinfo.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
containertime Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
containertime.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
hello Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
hello.go Changed the source to use a more pretty output. Updated the prebuilds to reflect the changes 2023-01-11 09:53:29 +01:00
keystatus Changed printed text of all other status codes. 2023-01-19 10:23:48 +01:00
keystatus.go Changed printed text of all other status codes. 2023-01-19 10:23:48 +01:00
newkey Fixed a mistake in json. Newkey is now working correctly 2023-01-16 11:37:33 +01:00
newkey.go Fixed a mistake in json. Newkey is now working correctly 2023-01-16 11:37:33 +01:00

README.md

Some examples for API usage in Go for the ssh.surf API.

All of them based on a .env file.

To install this package you can use the following while you have it setup for a Go project.

go get github.com/joho/godotenv

DISCLAIMER

The binaries may need to be rebuild. As they are build on Ubuntu and it may also depends on how you installed Golang.