| Package | Description |
|---|---|
| controllers | |
| dao |
| Modifier and Type | Method and Description |
|---|---|
Item |
SecureApiController.get(int id,
fathom.realm.Account account)
Responds to a GET request of an integer id like "/secure/1".
|
Item |
ApiController.get(int id,
fathom.realm.Account account)
Responds to a GET request of an integer id like "/api/v1/1".
|
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemDao.get(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
ItemDao.getAll() |
Copyright © 2015. All rights reserved.