Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wololock/rest-validation-demo
https://github.com/wololock/rest-validation-demo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wololock/rest-validation-demo
- Owner: wololock
- Created: 2017-08-09T18:32:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T17:57:49.000Z (about 7 years ago)
- Last Synced: 2024-05-02T06:17:15.086Z (6 months ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Request:
```
curl "localhost:8080/history?emp=AZ000001A"
```Response:
```
{"id":"AZ000001A","name":"Joe Doe"}
```Request:
```
curl "localhost:8080/history?emp=sd"
```Response:
```
{"message":"Your request contains errors","errors":[{"getHistory.arg0":"Invalid emp"}]}
```