Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 391 Bytes

USAGE.md

File metadata and controls

17 lines (12 loc) · 391 Bytes
import keymate_api

s = keymate_api.KeymateAPI(
    bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
)


res = s.browse(numofpages='<value>', percentile='<value>', q='http://impressive-silence.info', paging='<value>')

if res.two_hundred_application_json_object is not None:
    # handle response
    pass