6aika / issue-reporting

Reference Open311 API server implementation
MIT License
7 stars 4 forks source link

Service Definition is not implemented #77

Open aapris opened 8 years ago

aapris commented 8 years ago

Open311 standard says that if a service object in services.json has "metadata":true the service definition should be available in URL https://[API endpoint]/services/[service_code].[format]. http://wiki.open311.org/GeoReport_v2/#get-service-definition

Example: http://test311api.cityofchicago.org/open311/v2/services/4ffa4c69601827691b000018.json

However, current implementation returns HTTP 404 even when "metadata":true.

akx commented 8 years ago

This is related to #14. Service metadata is currently not supported.