https://github.com/danpersa/rusty-team
https://github.com/danpersa/rusty-team
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danpersa/rusty-team
- Owner: danpersa
- Created: 2016-01-27T16:54:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T14:25:19.000Z (about 9 years ago)
- Last Synced: 2025-01-22T04:31:09.364Z (4 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rusty Team
This is a mock Team Service.
We provide an member username with a specific format as an url parameter. This param will be parsed and data from it extracted.
For example:
curl -v http://localhost:6768/api/teams\?member\=user~1
Will return:
[{"id":"team1","type":"official"},{"id":"other_team1","type":"virtual"}]
# Docker Machine with Virtual Box
VBoxManage controlvm "default" natpf1 "tcp-port6768,tcp,,6768,,6768"