11-30-2017, 12:17 PM
Yeah. You can use the framework of your choice for a rest API. Or you can write one. There's an example in users/api/index.php that might be a good starting point. If that doesn't work, we might be able to help get something that works better for your needs.
I've personally never done anything with ORM. UserSpice uses a typical relational SQL database so I tend to think along those lines. That said, US has been more flexible than I ever could have imagined, so if you can interact with PDO, I'm pretty sure you can accomplish whatever you want. Again, let me know if I can help.
I've personally never done anything with ORM. UserSpice uses a typical relational SQL database so I tend to think along those lines. That said, US has been more flexible than I ever could have imagined, so if you can interact with PDO, I'm pretty sure you can accomplish whatever you want. Again, let me know if I can help.