12-13-2021, 08:37 PM
(12-13-2021, 08:32 PM)remkonoteboom Wrote: We had done some work on the documentation for this, but I haven't put it in the open source yet. There is nothing unique about this API documentation that doesn't apply to Open Source TACTIC, except you should ignore <SITE> as your installation probably doesn't make use of this.Oh Thanks!
http://doc.southpawtech.com/doc/API/star...tart_rest/
A lot of work was done in 4.8 to make TACTIC REST interface more standard using Bearer authorization format. You would be interested in the small "call_tactic" helper function that makes it easier to call REST calls to TACTIC.
Actually i had some issues with the examples because of "Sites"
I am in the middle of creating TACTIC+reactJS work with refine.dev
Everythng looks very promising, except, i don't know how to handle with tactic links like that http//my.site/tactic/about, http//my.site/tactic/error and etc, when i try to go directrly to those addresses i am getting 404 from tactic. Should i make custom url for every link?