Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/issues-example
Issue reporting example: all issues on map
https://github.com/city-of-helsinki/issues-example
Last synced: about 1 month ago
JSON representation
Issue reporting example: all issues on map
- Host: GitHub
- URL: https://github.com/city-of-helsinki/issues-example
- Owner: City-of-Helsinki
- Created: 2013-06-09T20:56:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T15:47:12.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T09:32:34.840Z (8 months ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Helsinki issue reporting API example
=============This repository contains code examples and demo which use Helsinki issue reporting API. The API is defined in http://dev.hel.fi/apis/issuereporting. The repo contains following demos and test environment:
- Mapviever (mapviewer.html) which is running at http://dev.hel.fi/open311-test/mapviewer.html. The example web page shows service requests on a map and it is possible to test API calls.
- PHP example for fetching all service requests and storing them on CSV file (fetch_all_to_csv.php)
- PHP example for posting service request (post_example.php)
- Swagger json files (/swagger/api-docs)
- test environment for app developers (/v1). The base URL for the test environment is http://dev.hel.fi/open311-test/v1/ and api key f1301b1ded935eabc5faa6a2ce975f6.Code examples use PHP and javascript and its libraries like leaflet.