@4lch4/pblib 中文文档教程
@4lch4/pblib
此项目/存储库用作与 PushBullet API 交互的库。
What's With The Name?
我最初将此模块称为 @4lch4/PushBullet
,但我想得越多,我不希望在我的库中使用 PushBullet 名称有任何问题。 因此,我将其命名为 @4lch4/pblib
,它只是 PushBullet Lib
的缩写。
Features
- Fully featured with every possible endpoint available (w/ exception to OAuth, more on that below)
- Utility classes to help transform/interact with the responding data.
- Written in TypeScript, enabling full IntelliSense support.
Authentication
起初,我只打算支持通过访问令牌进行身份验证,这主要是因为我对 OAuth 不熟悉。 这并不意味着我不会支持它,只是前几个版本。 基本功能完成后,我将致力于 OAuth 支持并尽快发布。
@4lch4/pblib
This project/repository serves as a library for interacting with the PushBullet API.
What's With The Name?
I originally called this module @4lch4/PushBullet
but the more I thought about it, I didn't want any issues with using the PushBullet name for my library. As a result, I'll call it @4lch4/pblib
, which is just short for PushBullet Lib
.
Features
- Fully featured with every possible endpoint available (w/ exception to OAuth, more on that below)
- Utility classes to help transform/interact with the responding data.
- Written in TypeScript, enabling full IntelliSense support.
Authentication
At first, I'm only going to be supporting authentication via Access Tokens, primarily due to my lack of familiarity with OAuth. This doesn't mean I won't support it, just the first few versions. Once the base features are complete, I'll work on the OAuth support and publish it as soon as possible.