-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 799 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
26 lines (26 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: mixi2r
Title: R Wrapper for the mixi2 API
Version: 0.0.0.9000
Authors@R:
person("statditto", role = c("aut", "cre"), email = "kazuyukisn@gmail.com")
Description: An R interface to the mixi2 Developer Platform API
(<https://developer.mixi.social/docs>). Provides functions for
creating posts, sending chat messages, uploading media, managing stamps,
and receiving events via Webhook. Communicates using standard gRPC
(Protocol Buffers binary encoding over HTTP/2) with OAuth 2.0 Client
Credentials authentication.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
httptest2,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Imports:
httr2,
jsonlite,
plumber,
rlang,
sodium