Tags: knocklabs/knock-go
Tags
feat: add ending_at property to schedules (#39) * feat: add ending_at property to schedules Co-Authored-By: Christopher Bell <chris@knock.app> * chore: bump to v0.1.19 Co-Authored-By: Christopher Bell <chris@knock.app> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Christopher Bell <chris@knock.app>
If content-type explicitly something other than json don't try to par… …se body as json (#37) * If content-type explicitly something other than json don't try to parse body as json * new tests * chore: prepare for 0.1.18 release --------- Co-authored-by: Victor Lymar <victor@knock.app>
fix: Add fixes for Tenants List endpoint (#23) * The endpoint returns the list of tenants using the `entries` key instead of `items`. * Endpoint path fixed to prepend `?` to querystring. * `Cursor` is not a valid element for `ListTenantsRequest`, not used for pagination in this endpoint (`before` and `after` are used instead).
PreviousNext