basin-dev / basin-node

🎟️ a prototype open source network that incentives appropriate data sharing
Apache License 2.0
2 stars 0 forks source link

introducing modify endpoint #43

Closed TyDunn closed 2 years ago

TyDunn commented 2 years ago

@sestinj I'm a bit stuck here. To understand out what I need to do Modify, I decided to duplicate everything with the Write API in my Modify 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:

Screenshot 2022-08-09 at 21 03 17 Screenshot 2022-08-09 at 21 03 34

Any pointers?

sestinj commented 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