# `Pluggy.HTTP.Cursor`
[🔗](https://github.com/fellipessanha/pluggy_ai_ex/blob/main/lib/pluggy/http.ex#L35)

An opaque cursor for paginated API responses.

Holds a fetcher function and the next page number. Pass to
`Pluggy.HTTP.next/1` to fetch the next page.

# `t`

```elixir
@type t() :: %Pluggy.HTTP.Cursor{fetcher: Pluggy.HTTP.fetcher(), page: pos_integer()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
