GLib-based library for interacting with the Harvest API.
/company
/users/me
This project uses the Meson build system.
It has the following dependencies:
glib
json-glib
libsoup
Refer to the root meson.build for version information. The dependency versions maybe able to be tuned to lower versions, but I have not tested them.
meson build
ninja -C build
Make sure at least the following environment variables are defined before running the tests.
HARVEST_API_ACCESS_TOKEN={access_token}
HARVEST_API_CONTACT_EMAIL={contact_email}
HARVEST_API_ACCOUNT_ID={account_id}
ninja test -C build
ninja install -C build