@keremeki13
Nothing here yet.
Nothing here yet.
No blogs yet.
For example Languages (ID of Language, Language) or Cities (ID of city, city name) instead of using for example in the backend a JSON file that holds all the data. So what's better using a single table in a database or use JSON file?
OCJCCRyosuke and 4 more commentedI 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...
ANAtul and 1 more commentedI 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...
JGHJoe and 2 more commentedFor example, I have a table in database that contains students. When I create API to access this resource /students, even with authorization the student (if they know the url) can access to other student’s private information by just changing id in r...
Join discussionI 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.
SCShweta and 1 more commented