* Add support for Page's Icon retrieval and updates
* Add support for creating a page with an icon
* Fix tests, add icon validation
* Remove unknown icon type `file`
* Add icon support for "create database" endpoint
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* support retrieve block by id
* Update client.go
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* Update client_test.go
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* Update client.go
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* fix find block's client test
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* Add test for "DatabaseQuery"
* Fix DatabaseQuery Filter field type
* Assert database query JSON omit logic in `Client` tests
Co-authored-by: Alexandre Falardeau <asfal@AsFal-Laptop.local>
Co-authored-by: David Stotijn <dstotijn@gmail.com>
* fix-json-tag
* fix test case name
* fix to use database_id
* fix client test
* fix typo
* remove .idea and fix test name
Co-authored-by: rita <kajirita2002@gmail.com>