Closed (fixed)
Project:
Socrata
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Sep 2015 at 18:17 UTC
Updated:
12 Nov 2015 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
papagrandeThis would require refactoring socrata_views_data() to use the Endpoint API.
Comment #3
papagrandeTo get the metadata, the URL is like https://data.seattle.gov/api/views/i5jq-ms7b.json.
Comment #4
arh1 commentedHere's a first pass at this. We also have some special case metadata from the old API that we'll want to take a look at.
Comment #5
arh1 commentedHere's a better patch with some additional handling of some metadata from the old API, and a little more documentation.
Comment #6
papagrandeI fixed a few coding standards issues and changed the field help text to be
Socrata data field of type %field_type.Comment #8
papagrandeCommited as 809ec4d to dev branch.