hsugawa8651 / SimpleAiboWebAPI.jl

Simple Web API to communicate with Sony Aibo ERS-1000 by Julia language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleAiboWebAPI

Aibo meets Julia

Simple Web API to communicate with Sony Aibo ERS-1000 by Julia language.

Stable Dev Build Status Build Status

Usage

Register Aibo Developer program to acquire your AccessToken to talk with Aibo ERS-1000.

Refer to the documentation for Sony Aibo Web API.

yourAccessToken = ""  # Consult https://us.aibo.com/developer/

using SimpleAiboWebAPI
getDevices(yourAccessToken)
askAction("hungry_status")
askAction("sleepy_status")
askAction("change_posture", Dict("FinalPosture" => "sit"))

Disclaimer

  • Only a few Sony Aibo Web APIs are implemented as advanced APIs in this package.
  • Specifications of APIs in this package are subjected to change without notice.

About

Simple Web API to communicate with Sony Aibo ERS-1000 by Julia language.

License:MIT License


Languages

Language:Julia 100.0%