Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wololock/rest-validation-demo


https://github.com/wololock/rest-validation-demo

Last synced: 28 days ago
JSON representation

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"}]}
```