Chemcaster: Collections Are Now Registries
The Chemcaster REST Web API has been updated to better reflect the concepts being modeled. A "Collection" is now called a "Registry," or in other words, a collection of compounds with business rules applied to it. We plan to roll out more features for customizing these business rules in the months ahead.
As an example, the new URL pattern for accessing a structure called 'benzene' in Registry 8472 is:
/registries/8472/benzene
Similarly, a 200x200 PNG can be obtained by GETting:
/registries/8472/benzene.png
Likewise, a new Query can be performed by POSTing to:
/registries/8472/queries

