kalgory-com / kalgory-py

Python client library for kalgory
Mozilla Public License 2.0
0 stars 0 forks source link

Parse #9

Closed ChuWeiChang closed 1 month ago

ChuWeiChang commented 1 month ago

Completion of user library. I will look into publishing it on pypl tonight. It is a little troublesome to modify guest.py automatically in testing stage, so I tried to make it more complicated.

In python, list and tuple is really confusing, so I only make a simple check on the two data structures. I look to make it more complete in the future by issuing a reminder.

ZhaoTzuHsien commented 1 month ago

I think you might have some misunderstandings when I was reviewing your code.

According to #6, the payload format is a JSON array. Each of its items in the array is a parameter to the user handle function. You can review the issue #6 thoroughly to see complete implementation guidance. If you have any question about the payload format or implementation problem, feel free to ask any question.

@ChuWeiChang