Matthew Elphick
Matthew Elphick
#### Basic Example ``` js var body = html.add('div'), content = body.add('p') console.log(content.build()) ``` #### Loop Example ``` js var table = html.add('table') for (var i = 0; i <...
I'm not sure if this is in the right place, as it seems to be more an issue to do with the native Developer Rig than anything, but the native...
https://github.com/search?q=repo%3Amaael%2Ftemtem-api%20gamepedia&type=code
See https://github.com/maael/temtem-api/issues/96 for context/discussion.
This is a rough dump of what I had in mind for the breeding endpoint - I'm not sure how useful it will be, and any alterations/suggestions are welcome. **Endpoint:**...