opendataphilly / Open-Data-Catalog

Open Data Catalog is an open data catalog based on Django, Python and PostgreSQL. It was originally developed for OpenDataPhilly.org, a portal that provides access to open data sets, applications, and APIs related to the Philadelphia region. The Open Data Catalog is a generalized version of the original source code with a simple skin. It is intended to display information and links to publicly available data in an easily searchable format. The code also includes options for data owners to submit data for consideration and for registered public users to nominate a type of data they would like to see openly available to the public.
http://www.opendataphilly.org/
MIT License
244 stars 90 forks source link

Typo in Philly api-doc #38

Closed tlevine closed 4 months ago

tlevine commented 10 years ago

I don't think this typo has made its way to the Open-Data-Catalog codebase, but I'm posting this here just in case. I've also emailed info@opendataphilly.org.

http://opendataphilly.org/api-doc/ provides conflicting routes for the API search endpoint; the two endpoints are

http://www.opendataphilly.org/api/resources/search?qs={keyword}
http://www.opendataphilly.org/api/resource/search/?qs={keyword}

The first of these is correct, and the second is not; "resources" must be plural, and there may be no trailing slash.

rcheetham commented 4 months ago

We are archiving this repo as no active work is being done or expected.