Ticket #27 (new enhancement) — at Version 1

Opened 8 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by rgrp

  • Description modified (diff)
  • Milestone set to v0.6

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!

Note: See TracTickets for help on using tickets.