You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I have developed a chess game backend with crnk.io . Here I made a repository for games, players and moves. Everything works with the crnk annotations and repositories, but now I am in need of some additional functionality. I'd like to request all possible moves from the backend for the position in a certain game. What is the best way to go about this? I don't want to store this information, but like it to be a part of the game repository. So I'm guessing a custom parameter in the request and a meta object in the response? Unfortunately, I don't find any examples on how to achieve this ... Can someone give me some pointers?
The text was updated successfully, but these errors were encountered:
Hello everyone, I have developed a chess game backend with crnk.io . Here I made a repository for games, players and moves. Everything works with the crnk annotations and repositories, but now I am in need of some additional functionality. I'd like to request all possible moves from the backend for the position in a certain game. What is the best way to go about this? I don't want to store this information, but like it to be a part of the game repository. So I'm guessing a custom parameter in the request and a meta object in the response? Unfortunately, I don't find any examples on how to achieve this ... Can someone give me some pointers?
The text was updated successfully, but these errors were encountered: