node-phaxio icon indicating copy to clipboard operation
node-phaxio copied to clipboard

Support tags

Open jean343 opened this issue 8 years ago • 0 comments

Hello,

It would be great to support tags as the php version does See: https://github.com/phaxio/phaxio-php/blob/32452c819e4553d64a6e52e9a7932d7a46e8a1d3/lib/Phaxio/Phaxio.php#L89

I tried hard-coding the tag as such and it works

{
  'tag[name]': "value"
}
But it would be better to support
{
  tags: {name: 'value'}
} 

jean343 avatar Apr 14 '17 01:04 jean343