ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 7 forks source link

Add External Engine API methods #14

Closed joshka closed 8 months ago

joshka commented 11 months ago

Builds on #12 - so if reviewing just read the last 2 commits:

WORKING:

TODO:

joshka commented 9 months ago

Rebased on main and cleaned up the commits - I haven't looked at this in a while, so I've forgotten where it was up to. Just pushing what I had locally

ion232 commented 9 months ago

I've just pushed some changes that add support for other domains in a way that's different to yours. The domain is now part of the request itself, but defaults to lichess.org, so it isn't really noticeable unless you need to change it. You'll have to update your code to use that for the engine.lichess.ovh endpoints

joshka commented 9 months ago

Neat - thanks for that :)