Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swizbiz/alfa
https://github.com/swizbiz/alfa
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swizbiz/alfa
- Owner: Swizbiz
- Created: 2019-09-26T14:41:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T14:48:40.000Z (over 5 years ago)
- Last Synced: 2024-12-03T14:43:27.003Z (about 1 month ago)
- Language: Java
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
На вход в виде параметра командной строки java-приложению передаётся
имя XML-файла, в котором задано взаимное положение предметов(Item) и ящиков(Box).
##
- получить список всех Box : `curl -s http://localhost:8080/rest/box/`- получить список всех Item : `curl -s http://localhost:8080/rest/item/`
- получить _id_ всех Item, которые хранятся в коробке _box_ и имеют цвет _color_ : `curl -s -X POST -d '{"box":"1","color":"red"}' -H 'Content-Type: application/json' http://localhost:8080/rest/itemsId`