Ticket #27 (new enhancement) — at Version 1
Register/Update a package via a web-api
Reported by: | johnbywater | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | v0.6 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description (last modified by rgrp) (diff)
As A
User
I want To
Create/register and update a package via a web api.
Change History
Note: See
TracTickets for help on using
tickets.
In many ways everything that is needed is already in place in that the package update and create controller just require raw posts to do their work. However should implement some kind of authentication/authorization to prevent automated spamming.
This would also require some way of distinguishing posts from our own WUI and those coming from outside (at present no checking is performed and the 'post' to these controllers is freely allowed by anyone out there!