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
- Host: GitHub
- URL: https://github.com/memojja/news-api
- Owner: memojja
- Created: 2020-01-26T17:15:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T19:25:20.000Z (about 6 years ago)
- Last Synced: 2025-01-21T19:11:51.032Z (about 1 year ago)
- Topics: api, java-8, spring, tdd-java
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
}
```