Bug fixes: - Fix pagination when pulling from Notion pages. - Fix the parsing of rollup fields.
15 lines
364 B
Nim
15 lines
364 B
Nim
# Package
|
|
|
|
version = "0.5.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Utilities and bindings for HFF's Notion API."
|
|
license = "GPL-3.0-or-later"
|
|
srcDir = "src"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.4.8"
|
|
|
|
# packages from git.jdb-software.com/jdb/nim-packages
|
|
requires @["buffoonery", "timeutils >= 0.5.0", "namespaced_logging >= 0.3.1"]
|