freezing-caravan-8773
09/28/2022, 12:39 PMnarrow-van-43826
09/28/2022, 12:49 PMketo
.readApi(slug)
.getRelationTuples()
.then(({ data }) => data)
.catch(catcher),
narrow-van-43826
09/28/2022, 12:53 PMketo
is
export const keto = {
readApi: (slug: string) =>
new KetoReadApi(
new ClientConfig({
basePath: <SDK configuration from console>,
}),
'',
axios
),
writeApi: (slug: string) =>
new KetoWriteApi(
new ClientConfig({
basePath: <SDK configuration from console>,
}),
'',
axios
)
}