Skip to content

xcv58/go-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Running the server

To run this server, from the root of this project:

go run ./src/*.go

Test with go

After setup the server:

go run ./client/main.go

Test with curl

POST

curl https://test161.ops-class.org/api-v1/submissions -X POST -d '{"ID": 124, "name": "name"}'

GET

curl https://test161.ops-class.org/api-v1/submissions/123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages