@keremeki13
Nothing here yet.
Nothing here yet.
No blogs yet.
I have an application that gets data from RESTful api but I want to know how I can refresh data without reloading the page? Should I write an observer that checks data each 2min for example? but how can I make that real-time (isn't it bad to send too...
I created an api that sends a user "access token" and "refresh token" in order to use them for authentication and refresh the access token. I'm using Angular on client side , the problem I have there is a lot of discussion and ways to store those tok...
I want to know what's the best solution among this one : Using RESTful api + Consume it from my website Using a backend framework like Spring , Rails then when I need RESTful api I create it so I will have 2 projects.