-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External API access #171
Comments
just an observation - after looking at the code a bit, it seems that somehow the Thanks very much for this very excellent, and well documented project. |
Thank you a lot, I will check your PR on the weekend. But great when you could help yourself! |
See the ticket #174 which is a necessary pre-requisit to implement a public API. Currently (as you have noticed), no return value is given to the caller. |
have a look at |
Hi - I would like to use this library to implement opening explorer type functionality, by connecting the board, in Edit mode, to a back end server which knows opening moves, and game outcomes - typical opening tree type information like you can see on Lichess or chess.com.
It doesn't seem, however, that I can get the current FEN string out of the object returned by
PGNV.pgnEdit()
- which, strangely, seems to benull
. Is there any way to expose a programmatic api, for getting the current Fen, or passing in a move from an external integration, rather than visually through the UI? This latter capability would allow me to click on a move in the database results, and have that move made in the UI.Maybe there is already a way to do this, and I am missing it?
Thanks
The text was updated successfully, but these errors were encountered: