shadowspore / t38c

Tile38 Client package
MIT License
83 stars 33 forks source link

"invalid number of arguments" when using Within.Get #32

Closed asmeikal closed 3 years ago

asmeikal commented 3 years ago

Within.Get is incorrectly typed: according to the documentation it should build a query like WITHIN key1 GET key2 id, but the Get function only accepts one parameter objectID. All Within.Get queries fail with invalid number of arguments.