Hello,
I’m kind of new into Programming and even newer (20 minutes) into trying to request data from a website. For example, I have a website, that (As I guess) must have a valid table with contents. And the question is, what params should get the exact value of the exact table from the website?
Let’s say that the website I have is customly made for my app and it only has a table with name > level > coins (example). And if many users use that, I would have many names with their own level and coin amounts.
The question is, what do I have to do in order to easily get data from a specified table part?
Thanks for help!