Open aapris opened 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
"metadata":true
Example: http://test311api.cityofchicago.org/open311/v2/services/4ffa4c69601827691b000018.json
However, current implementation returns HTTP 404 even when "metadata":true.
This is related to #14. Service metadata is currently not supported.
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-definitionExample: http://test311api.cityofchicago.org/open311/v2/services/4ffa4c69601827691b000018.json
However, current implementation returns HTTP 404 even when
"metadata":true
.