Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.