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

https://github.com/casey/timestamp

Timestamping service
https://github.com/casey/timestamp

Last synced: 9 months ago
JSON representation

Timestamping service

Awesome Lists containing this project

README

          

timestamp
=========

Timestamping service

[Test instance here.](http://rodarmor-timestamp.appspot.com)

API
---

A KEY matches `/[a-zA-Z0-9._-]+/`.

A TIME is in seconds since the epoch and matches `/[0-9]+[.][0-9]+/`.

* PUT /KEY establishes a timestamp for a key. Puts after the first are ignored.
* GET /KEY retrieves the timestamp of a key.

```
> curl -X PUT http://rodarmor-timestamp.appspot.com/hellooooooo --data ''
1412314318.736297
```