Skip to content

v1.0.0 (Dec 07, 2023) 馃帀

Compare
Choose a tag to compare
@ryz310 ryz310 released this 07 Dec 08:05
· 79 commits to master since this release
9f9020a

Feature

  • #955 Enable Dynamic URL Generation for #pageable_get via Proc Objects (@ryz310)
# Example of using a Proc with pageable_get
pget 'api/example', headers:, query:, paging: ->(response) {
  # Custom logic to generate the next URL
}

Dependabot