apinode
Version:
An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.
28 lines • 618 B
JSON
{
"id": {
"en": "No identifier.",
"zh": "沒有識別碼。"
},
"url": " admin/user/setIcon",
"descTx": {
"en": "Upload photo to COIMOTION.",
"zh": "設定使用者大頭貼。"
},
"query": [
{
"key": "source",
"descTx": {
"en": "The endpoint of a graph API. Required.",
"zh": "照片的實際內容。這個參數和 url 參數二者擇一。"
}
},
{
"key": "url",
"descTx": {
"en": "The HTTP method used to specify the API action.",
"zh": "所要上傳照片的網址。這個參數和 source 參數二者擇一。"
}
}
],
"out": []
}