A realtime transit map generated from the Helsinki transportation realtime MQTT stream, including rate limiting and WebSockets output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#52 Determine common authentication options for large organizations | |
#71 Generate code examples from API structure [by @brylie] | |
#104 Basic communication package | |
#158 Design interface to crowdsourcing API documentation | |
#170 Decide whether to use Jade for our templates | |
#185 Implement fasceted filtering ability for dashboard charts | |
#266 Add inline help to chart widgets [by @55, @brylie] | |
#298 Move dashboard 'data loading' indicator logic into own function | |
#335 Re-organize API backend schema | |
#341 Lessons for using the API [by @brylie] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#163 Parameterize dashboard layout for URL based analytics browsing | |
#855 Invalid Contact data accepted [by @nnn, @marla-singer] | |
#882 Sign in Page view for 'Suomi' shown in English | |
#1012 Organize APIs according to organization in Catalog | |
#1061 Allow multiple API Umbrella instances per one Apinf instance | |
#1303 Catalogue sorting doesn't follow i18n recommendations [by @manzapanza] | |
#1926 Proxy view: Delete 'Proxy backend configuration' details and save not working | |
#1933 Add html ids for following elements in APINF. [by @matleppa] | |
#1953 Study options for DDoS attack prevention [by @jawidahmadi] | |
#1957 Automatic changelog [by @brylie, @bajiat, @nnn] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h2>People</h2> | |
<ul> | |
<li repeat.for="person of people"> | |
${ person } | |
</li> | |
</ul> | |
</template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h1>${counter} <button click.delegate="reset()">Reset</button></h1> | |
<h2>Increment</h2> | |
<button click.delegate="increment(1)">+ 1</button> | |
<button click.delegate="increment(5)">+ 5</button> | |
<button click.delegate="increment(100)">+ 100</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h1>${counter} <button click.delegate="reset()">Reset</button></h1> | |
<h2>Increment</h2> | |
<button click.delegate="increment(1)">+ 1</button> | |
<button click.delegate="increment(5)">+ 5</button> | |
<button click.delegate="increment(100)">+ 100</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<require from="./open-api-info"></require> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#"> | |
<i class="fa fa-user"></i> | |
<span> | |
Open API Designer | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="bootstrap/css/bootstrap.css"></require> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#"> | |
<i class="fa fa-user"></i> | |
<span> | |
Open API Designer | |
</span> | |
</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"apis": { | |
"new": [ | |
{ | |
"mode": "new", | |
"active": null, | |
"pending": { | |
"_id": "33726523-a027-4911-b8e6-2011e370ed73", | |
"version": 1, |