Skip to Content
Menu
This question has been flagged
1 Reply
3161 Views

I am currently trying to implement odoo on iOS with swift language, so I decided to use JSONRPCKit framework to do so. Did anyone use it. If YES, could you give sample code to do APIKit.Request and JSONRPCKit.Request, I did not understand ho to use them, because the documentation on external API is specific for certain languages. Since I am not that experienced could not find a way to implement them in swift. If NO, what did you use instead and why?

Avatar
Discard
Best Answer

Hi, 
this may help : \https://github.com/bricklife/JSONRPCKit/blob/master/README.md

Avatar
Discard