Skip to content

Web based Rest client written in Golang for testing X-Road ( Straumurinn )

License

Notifications You must be signed in to change notification settings

CQEN-QDCE/xrd-xclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xclient

A go client with web interface to test X-Road services

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/xclient run

Then open the following URL in your browser: http://127.0.0.1:5000/

This program will access files in the ui directory, so if you want to copy the program outside the source tree, please include the ui directory as well.

Debugging

You can run code directly with go like this:

$ go run main.go run

Testing

make test

About

Web based Rest client written in Golang for testing X-Road ( Straumurinn )

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.8%
  • Makefile 6.2%