NeuroomNet CMS for Software Developers
This chapter introduces the API / programming interface to the NeuroomNet CMS. Using this programming interface is required to:
- Programmatically retrieve / download content stored in the CMS (e.g. to retrieve CMS content from the CMS in exhibit software)
- Define the hierarchical structures and data formats in the CMS (currently not yet possible via the frontend1)
- (Content can also be uploaded to the CMS via the API)
For CMS users who only want to maintain data, reading or understanding this chapter is not required.
For the Node / JavaScript platform, there is now also the "NeuroomNet CMS Client" / Library, which simplifies the use of the NeuroomNet CMS from Node programs and is recommended for that purpose: "NeuroomNet CMS Client". Even in this case, however, at least a rough reading of the actual API / basics of the CMS is recommended.