smsapi / smsapi-go

SMSAPI Go client that allows you to send messages and administrate your SMSAPI account.
https://www.smsapi.com/
Apache License 2.0
6 stars 4 forks source link

I have a problem with code #2

Closed mtrzcinska closed 2 years ago

mtrzcinska commented 2 years ago

Hey, I have a problem with import library. Excatly about this: " from smsapi.client import SmsApiPlClient ". This is in code and python seeing a problem and told that: Import "smsapi.client" could not be resolvedPylance [reportMissingImports]. Could you help me, what can I do?

in-void commented 2 years ago

Hi. You are referring to smsapi python client in smsapi-go project, this are two different projects. Anyway I guess yours environment is missing smsapi-python-client library.