📘 API-first? In the Nexudus Platform, if there is no API for it, it doesn’t exist!There are two types of groups of APIs available:
- The REST API
- The Public API
🚧 PATCH requests The Nexudus API does not support PATCH requests. You must always read a full record before submitting the complete record as part of your PUT requests.The Public API lets you implement applications that connect with the public and members areas of a Nexudus account. As opposed to the REST API, the Public API assumes you will be making non-authenticated requests or authenticated as the end-user (i.e your customers and members).