Ticket #342 (new enhancement) — at Initial Version

Opened 4 years ago

Last modified 4 years ago

JSONP parameter in API

Reported by: dread Owned by: dread
Priority: awaiting triage Milestone:
Component: ckan Keywords:
Cc: Repository:
Theme:

Description

As a

CKAN client using JQuery

I want to

call the CKAN API and instead of receiving back JSON I get JSONP. i.e. "%s(%s)" % (callback, json_content)

Suggested implementation

All API calls allow the JSONP 'callback' parameter to be specified in the request and this wraps the JSON response.

Note: See TracTickets for help on using tickets.