Indie-Stats Update
Tonight I worked thru quite a few issues in the bug list for Indie-Stats
I also took a pass at fixing the auth related errors for the /login
flow, but that is still buggy :(
By far the biggest item tonight was adding a very basic API to the code which, for the moment, consists of only two endpoints.
Domain List
GET https://indie-stats.com/api/v1/domains
will return a JSON formatted list of the domains being tracked.
Domain Information
GET https://indie-stats.com/api/v1/domains/<domain>
will return a JSON formatted hash of all of the meta-data stored for the given domain.
Super simple, yep, but it’s a start and it also (finally!) will start other folks down the path to being able to make use of this data.
Please do file an issue in the bug tracker for anything you want me to add to the API.