Dave Shanley
cd7f24f65e
Added what-changed docs to readme
...
and some examples for go-docs
Signed-off-by: Dave Shanley <dave@quobix.com >
2022-11-21 11:25:59 -05:00
Dave Shanley
a036f0c039
Fixed document test
...
No release required, no changes
2022-11-07 08:13:16 -05:00
Dave Shanley
1c98ae170a
fix: panic thrown when paths is wrapped in an array #4
...
When paths are wrapped in an array, the index throws an error because it's expecting them to be supplied as a map. Now paths can be wrapped or unwrapped, the index won't care.
2022-11-07 08:09:22 -05:00
Dave Shanley
fc68b488f0
Added new example and updated readme with mutation example.
...
We update and add as we go.
2022-09-19 09:51:57 -04:00
Dave Shanley
fef5822e15
Adding docs and examples to code.
2022-09-13 10:47:43 -04:00
Dave Shanley
aa4422fa74
Mutation method updated to return new copy
...
with value node (pointer) and value (non pointer) returned.
2022-09-13 09:32:08 -04:00
Dave Shanley
a2b7119af7
Added mutate command to low level API
...
This simple method gives the low API a super powerful and simple way to mutate the value of any node, which is then reflected in the root node, can than be serialized again and, voila! now our spec is editable.
2022-09-13 09:15:55 -04:00
Dave Shanley
647541cc77
Added in high document API
...
filling out documentation, looking at DX and how to consume things, re-shuffling and cleaning house.
2022-09-13 08:39:38 -04:00
Dave Shanley
2c4177e97a
Swagger 2.0 high level model going in now
...
Shifting a few high level models around that are also shared. now it's just a churn game to flesh the high level model and test it up.
2022-09-09 07:08:52 -04:00