π£οΈRoutes
import { vidalClient } from '@monordo/json-vidal-client';
(async () => {
const { client, api, routes } = await vidalClient({
auth: {
clientId: 'b566ca15',
clientSecret: 'ff1a663ec6c71c272d51cd62ef702c3d',
}
});
result = await api.custom({
method: 'GET',
url: routes.package(37939),
})
})();
Last updated