WebService REST API module to get, update, create and remove a product version
Categories
(Bugzilla :: WebService, enhancement)
Tracking
()
People
(Reporter: dkl, Assigned: justdave)
References
Details
Attachments
(1 file, 2 obsolete files)
|
15.70 KB,
patch
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Comment 4•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Comment 6•14 years ago
|
||
| Reporter | ||
Comment 8•14 years ago
|
||
| Reporter | ||
Comment 10•13 years ago
|
||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Updated•13 years ago
|
Comment 14•13 years ago
|
||
Updated•11 years ago
|
Comment 15•8 years ago
|
||
| Reporter | ||
Updated•4 years ago
|
| Assignee | ||
Comment 16•1 year ago
|
||
This is still incomplete.
The patch still applies, almost (there's one line that fails, but it's really easy to merge). It was missing a bunch in that patch to make it work though. It needed interface information added in Bugzilla::WebService::Server::REST::Resources.
This updated patch is tested with create and update known to work (POST and PUT) but get and remove (GET and DELETE) do not. GET with a product specified is giving me an empty list of version objects back. DELETE just throws an error that I need to authenticate (which I did).
| Assignee | ||
Comment 17•1 year ago
|
||
I'm not sure if we'll actually take this for 5.2, because that's a stable branch now, but we might as well have the patch here for anyone that wants to apply it on their own. We can for sure get this into Bugzilla 6 though.
| Assignee | ||
Updated•1 year ago
|
Description
•