Closed TyDunn closed 2 years ago
I wouldn't change anything that low level. Use all of the write functions for modify, they are synonyms. I think modify is just a word we are using in the CLI to distinguish between updating and registering for the first time
@sestinj I'm a bit stuck here. To understand out what I need to do
Modify
, I decided to duplicate everything with theWrite
API in myModify
API implemention to start (the idea would then be that I just need to modify--haha--this for my use case once I got mine working exactly like write), but I think this might have led me into a rabbit hole deeper than what I need to do. I'm at the point that I am calling methods that don't exist and aren't clear to me where I would define them:Any pointers?