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

https://github.com/memojja/news-api


https://github.com/memojja/news-api

api java-8 spring tdd-java

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

Request:

```
/sale/{saleId}/shipping
```

Response:

```json
{
"status": "TESLİM EDİLDİ",
"sale": {
"id": 3,
"code": "bf610641-da64-4153-ad34-0aadf7a993e1"
},
"product": {
"id": 1,
"name": "Tasty Frozen Keyboard",
"price": 150.00
}
}
```