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

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.

Releases

No releases published

Packages

No packages published

Languages