Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2074 - 2076 of 2152)

Ticket Resolution Summary Owner Reporter
#1504 fixed Action API given blank data causes exception dread dread

Reported by dread, 2 years ago.

Description

This is what caused the exception:

curl http://localhost:5000/api/action/package_search -d='{"q": "osm"}'

The problem is the content-type is formencoding, the '=' is the first character of the request, and so internally the data_dict is set to ' ', which needs to be a dictionary.

#1335 fixed Action API - basic kindly dread

Reported by dread, 3 years ago.

Description

Provide an API to the logic layer at /api/action.

#615 invalid Acquire local implementation of UKLP schematron johnbywater johnbywater

Reported by johnbywater, 4 years ago.

Description

We "just" need a schematron.validate(metadata) method. :-)

Note: See TracQuery for help on using queries.