-
Hi, does anyone having any working code that can be used to automation purpose? Preferably this is in python and has code that includes usage of a token or signing in and getting a cookie. I want to be able to create and modify notes mostly. The API docs for this project could use a lot of work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There is some middleware for providing some api abstraction Layer: https://github.com/mudkipme/mortis . Maybe this will help you in a way. |
Beta Was this translation helpful? Give feedback.
-
I have some code that I can post soon, maybe in a gist. This turned out to be easier than I thought. |
Beta Was this translation helpful? Give feedback.
-
For anyone that is interested, I have created a gist with a simple Python client. I will not be using this software any longer as it lacked some functionality that I wanted and it was running rather slow for me compared to others. |
Beta Was this translation helpful? Give feedback.
For anyone that is interested, I have created a gist with a simple Python client. I will not be using this software any longer as it lacked some functionality that I wanted and it was running rather slow for me compared to others.
MemosClient.py