Changelog
mixi2r 0.0.0.9000
- Initial development version.
- Implements all 8 RPCs of the mixi2 ApplicationService:
get_users(),get_posts(),create_post(),initiate_post_media_upload(),get_post_media_status(),upload_media()(convenience wrapper),send_chat_message(),get_stamps(),add_stamp_to_post(). - Communicates using standard gRPC (
application/grpc+protoover HTTP/2 with Protocol Buffers binary encoding). - OAuth 2.0 Client Credentials authentication with automatic token caching and refresh via
mixi2_client(). - Webhook event server via
start_webhook_server()(plumber + Ed25519 signature verification).