Skip to contents

Client

Create and configure the API client.

mixi2_client()
Create a mixi2 API client

Posts

Create and retrieve posts.

create_post()
Create a post
get_posts()
Get post information

Users

Retrieve user information.

get_users()
Get user information

Media

Upload images and videos.

upload_media()
Upload a media file (convenience wrapper)
initiate_post_media_upload()
Initiate a media upload
get_post_media_status()
Get the upload/processing status of a media item

Stamps

Retrieve and assign stamps.

get_stamps()
Get available stamps
add_stamp_to_post()
Add a stamp to a post

Chat (DM)

Send direct messages.

send_chat_message()
Send a chat (DM) message

Webhook

Receive and verify events via Webhook.

start_webhook_server()
Start a Webhook server for receiving mixi2 events
verify_webhook_request()
Verify an incoming Webhook request signature and timestamp
parse_public_key()
Parse a public key from raw bytes or Base64 string

Package

mixi2r mixi2r-package
mixi2r: R Wrapper for the mixi2 API