In reference to the new [AntTP v0.6.0 release](v0.6.0 of AntTP has dropped! AntTP - Serving Autonomi data over HTTP - #139 by Traktion), I wanted to give a brief IMIM update here.
I needed to ensure there were mutable API calls available for at least pointers and registers to unlock the first changes to IMIM, along with adding a wee bonus bookmarks (pet names) feature.
As you can see, IMIM now has a name and so does my blog! These names are resolved to mutable types, and are currently a pointer and a register respectively.
This allows new releases of IMIM to be easily referenced for folks using AntTP. It also means I can add new blog articles without having to change the URL. In short, the URL is now dynamic and it is easy to add new articles or update the code base.
This provides one of the key goals to move from the prototype to something useful.
Right now, I haven’t updated IMIM to pin the latest articles to the blog, but it will be a case of sending a REST API call to update the register, which should be pretty straightforward.
I also have uploads in AntTP working, so once I’ve updated IMIM to allow new blog archives to be uploaded, these will automatically call the above to make the blog latest (unless it is a draft, ofc!).
So, although not directly IMIM changes, they are already having an impact. Next up, I will start integrating them more directly.