I'm trying to create a REST service which shows/adds/deletes/edits soccer data in a database. I've made a design of how I could achieve this, but it becomes quite complicated.
For example, when a goal is scored, what URL should I call?
So the question is, am I going in the right direction or do you advice something way different?