Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am guscost on github.
* I am guscost (https://keybase.io/guscost) on keybase.
* I have a public key whose fingerprint is 9236 6BE5 29D5 DE75 BF55 5A9C 01D7 6924 E8EE A691
To claim this, I am signing this object:
@guscost
guscost / react_15_es5_jsxtransformer.html
Last active September 5, 2017 21:22
React 15+ with ES5 and JSXTransformer
<!DOCTYPE html>
<html>
<head>
<title>React + JSX + ES5</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.5.2/JSXTransformer.js"></script>
</head>
<body>
<div id="react-mount"></div>
@guscost
guscost / density_api_v2_counts_events.md
Last active September 5, 2017 21:09
Density API v2 Counts and Events

Space Counts

Query counts over time for a space, at specified intervals. Includes analytics specifying the minimum and maximum count that was recorded in each interval.

GET /v2/spaces/:space_id/counts/

Query String Parameters

  • start_time / required string / The start time for the historical counts. Must be formatted as an ISO 8601 UTC timestamp.
  • end_time / required string / The end time for the historical counts. Must be formatted as an ISO 8601 UTC timestamp.