import Codeqr from '@codeqr/ts';const client = new Codeqr({ apiKey: process.env['CODEQR_API_KEY'], // This is the default and can be omitted});const tag = await client.tags.update('id', { name: 'x' });console.log(tag.id);
import Codeqr from '@codeqr/ts';const client = new Codeqr({ apiKey: process.env['CODEQR_API_KEY'], // This is the default and can be omitted});const tag = await client.tags.update('id', { name: 'x' });console.log(tag.id);