Tomo Krajina
Tomo Krajina
This pull request contains 3 minor changes. - Added functions `Collections()`, `Notes()` and `Cards()` are now originally on DB, and the original functions at `Apkg` are just calling them. The...
I'm testing with this simple SGF: ``` (;GM[1]FF[4]CA[UTF-8]AP[Sabaki:0.52.0]KM[6.5]SZ[19]DT[2022-07-20]PL[W]) ``` There are no stones and no moves yet, but `PL[W]` tells that the next to make a move is **white**. Besogo...
This pull request adds `ImageTag()` and `VideoTag()` methods and parallel model structures for image and video tag response. The existing `Tag()` method will return the same structure (but now the...
I have some problems with this library when getting tags for videos. The problem is this: This is an example response from the tag endpoint for a `.mp4` _video_: ```...
Hi @kjk We're using your excellent library for one reason -- it has the option of exporting pages with markdown. The official API has no markdown exporting. Now, this used...