📄️ Basic APIs
Once you've got your Malleable Model, you'll of course want to use it. One way in which you might want to use it is to expose an API that accepts the model.
📄️ Creating Basic APIs
You can use the following methodology to create your own Basic API's with any backends you would like by implementing abstract class MalleableApiBase.
📄️ REST APIs
In addition to a the basic API's, you can also have it create more complex API's structures, such as REST endpoints.
📄️ Creating REST API's
You can use the following methodology to create your own API's with any backends you would like by implementing abstract class MalleableRestApiBase