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

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages