hello everyone
may i ask what the advantages of new rest api?
i use standard api with php
is rest api better ? and what difference bt them?
in general do you advise me to use rest-api instead of old one?The new REST API is easier to implement than the old one - if follows common RESTful approach instead of reinventing wheel with proprietary, binary based communication. If you already have implementation already done, you won't gain much if you decide to use the new one.
okIf you start from 0, yes...
If you already have implemented something, you can continue.