Initial commit
This commit is contained in:
commit
3b076836d3
23 changed files with 333 additions and 0 deletions
5
filter.go
Normal file
5
filter.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package checkvist
|
||||
|
||||
// filter.go contains the Filter builder for client-side task filtering.
|
||||
// The Checkvist API does not support server-side filtering, so filtering
|
||||
// is performed locally after fetching all tasks.
|
||||
Loading…
Add table
Add a link
Reference in a new issue