Ticket #1087 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

version and contact info api call

Reported by: wwaites Owned by:
Priority: awaiting triage Milestone: ckan-sprint-2011-11-21
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

a simple api call that returns data like this:

{ "version": ckan_software_version,
  "contact": { "name": "Some Admin", "mbox": "[email protected]" },
  "description": "Site Description",
  "url": "http://canonical.name.ckan.net/"

Change History

comment:1 Changed 3 years ago by dread

  • state set to draft
  • Milestone changed from ckan-v1.4 to ckan-v1.5

comment:2 Changed 3 years ago by thejimmyg

  • Milestone ckan-v1.5 deleted

Child ticket of #954

comment:3 Changed 2 years ago by dread

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to current-ckan-sprint-2011-11-21

Implemented in cset:0b7e2b0bed44 as status_show logic action, heading for 1.5.1 release.

Took 0.5h

Note: See TracTickets for help on using tickets.