Closed boramalper closed 4 years ago
I am not sure if you are notified of the changes I have made so commenting for heads up. =)
Ok I'm still not sure about the field names, but everything else looks good.
If we separate them by space (in contrast to using camelCase), the fields cannot be accessed using dot operator object.fileldName
in JS, which is the canonical way. Instead, you’d have to use object["field name"]
.
Not a big thing so I don’t want to turn this into bike-shedding, but let me know which one you prefer and I’ll update accordingly.
Implements https://github.com/anacrolix/confluence/issues/18