You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
In order to expose an API on different platforms, we need to have an API to expose :-)
In [1] @mhammond proposed recordPlaceAction and queryPlaceAction so they seem like as good a place as any to start. We don't need to bikeshed the API just yet, because we're more interested in the technical details of exposing it for this first prototype.
So, let's implement a basic memory-backed version of recordPlaceAction and queryPlaceAction that can associate an action to a particular URL at a particular time, and then query out the URLs on which a given action was performed, most recent first.