Closed
Bug 871854
Opened 11 years ago
Closed 11 years ago
Route for getting a Make: GET /makes/:id
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: daleee, Unassigned)
Details
PUT /api/make/:id
DELETE /api/make/:id
The above methods exist. Can we get a
GET /api/make/:id
for getting an individual make?
Comment 1•11 years ago
|
||
We removed that route, in favour of using the search tools:
make.find({
id: <id>
}).then(function(data) {
});
Comment 2•11 years ago
|
||
Talked to Dale about this in person, I don't think we need this, nor do we want it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•