You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2023. It is now read-only.
"YourAPIToken" can be found under your profile settings on PushBullet.
The information that the client returns:
The client only establishes the connection between you and the API. You will need to call the appropriate methods to retrieve the data you want.
// Gets all the client data (ID, name, email etc)vardata=awaitclient.GetUserDataAsync();// Gets the clients devicesvardevices=awaitclient.GetDevicesAsync();// Gets the client push notification historyvarpushes=awaitclient.GetPushesAsync();// Gets the client chat historyvarchats=awaitclient.GetChatsAsync();