From d9be58f97fa7d1f745b0838962661c9ebbe7fdc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n=20Garc=C3=ADa?= Date: Mon, 1 Sep 2014 11:04:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4f2d83..ae64182 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ If you want to create your own parser, you have to: Finally, you have to modify your config file and specify in the `ckan.privatedatasets.parser` the location of your own parser. +At this point, you will be able to add users via API by accessing the following URL: + +``` +http://:/api/action/dataset_acquired +``` + Tests ----- This sofware contains a set of test to detect errors and failures. You can run this tests by running the following command: