Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
/ PushBulletNet Public archive

.NET wrapper for PushBullet! This is my first wrapper.

License

Notifications You must be signed in to change notification settings

MangoDevx/PushBulletNet

Repository files navigation

This is my first time making an API wrapper. This is for the PushBullet API.

  1. Establish your client
PushBullientClient client = new PushBulletClient("YourAPIToken");
  1. Call your desired information
var data = await client.GetUserDataAsync();
var devices = await client.GetDevicesAsync();
var pushes = await client.GetPushesAsync();
var chats = await client.GetChatsAsync();
  1. For proper documentation, visit the wiki.

About

.NET wrapper for PushBullet! This is my first wrapper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages