Mercurial > hg > Members > nobuyasu > Consensus
comparison conf/routes @ 79:11dc5846b8c7 draft
implemented getLatestClaimsAndRequest method
author | one |
---|---|
date | Fri, 08 Mar 2013 17:21:47 +0900 |
parents | 9448734399db |
children | 3ebc3061f869 |
comparison
equal
deleted
inserted
replaced
78:f744331287ea | 79:11dc5846b8c7 |
---|---|
18 POST /claims/answer/:id/:name/:status controllers.Claim.updateUserConsensusStatus(id: String, name: String, status: String) | 18 POST /claims/answer/:id/:name/:status controllers.Claim.updateUserConsensusStatus(id: String, name: String, status: String) |
19 POST /claims/create controllers.Claim.createClaim() | 19 POST /claims/create controllers.Claim.createClaim() |
20 POST /claims/:mentionType/:id/create controllers.Claim.createMention(mentionType: String ,id: String) | 20 POST /claims/:mentionType/:id/create controllers.Claim.createMention(mentionType: String ,id: String) |
21 POST /claims/edit/:id controllers.Claim.editClaim(id: String) | 21 POST /claims/edit/:id controllers.Claim.editClaim(id: String) |
22 | 22 |
23 # latest | |
24 GET /users/latest/consensus/:name controllers.User.getUserLatestConsensus(name: String) | |
25 | |
26 | |
23 GET /reset controllers.Claim.reset() | 27 GET /reset controllers.Claim.reset() |
24 | 28 |
25 # test action | 29 # test action |
26 POST /hello controllers.Application.hello() | 30 POST /hello controllers.Application.hello() |
27 GET /test controllers.Application.test() | 31 GET /test controllers.Application.test() |