-
Notifications
You must be signed in to change notification settings - Fork 3
RFC-0001 Standard tbDEX API Design (APID) Document v0.1.0 #57
Conversation
|
||
> [!WARNING] | ||
> | ||
> Snake vs camel casing is inconsistent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is because the spec or rust binding stuff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just cause move fast
|
||
> [!WARNING] | ||
> | ||
> We need to define `JsonNode` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I Will think about this... there must be a idiomatic way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now I'm referencing the Custom DSL over in web5-rs
, even though we're inside tbdex-rs
. Basically I think we just need to add the concept of a JSON Object type to the Custom DSL and then update this APID and the web5-rs
APID to use that new syntax.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 🔥
See RFC-0001 for full description.