MCPcopy Index your code
hub / github.com/chain/Core / getPage

Method getPage

sdk/java/src/main/java/com/chain/api/AccessToken.java:43–47  ·  view source on GitHub ↗

Requests a page of access tokens based on an underlying query. @return a page of access tokens @throws ChainException

()

Source from the content-addressed store, hash-verified

41 * @throws ChainException
42 */
43 public Items getPage() throws ChainException {
44 Items items = this.client.request("list-access-tokens", this.next, Items.class);
45 items.setClient(this.client);
46 return items;
47 }
48 }
49
50 /**

Callers 1

executeMethod · 0.95

Calls 2

setClientMethod · 0.80
requestMethod · 0.45

Tested by

no test coverage detected