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

getSpecialtiesV2 method does not implemented

Open maksgru opened this issue 3 years ago • 0 comments

Upwork-API docs says that i can use getSpecialtiesV2() method https://developers.upwork.com/index.html?lang=node#metadata_list-specialties-v2 But here https://github.com/upwork/node-upwork/blob/master/lib/routers/metadata.js i can't find this method I tried to use request directly like

metadata.api.client.get('profiles/v2/metadata/specialties', { topic: '1517518458442309632' }, (err, data) => {
    console.log(err, data);
  });

but i got error

"server_time":1657311539,"error":{"status":400,"code":400,"message":"Wrong metadata type specified"

maksgru avatar Jul 08 '22 20:07 maksgru