GT-123 Update example READ API output#14
Conversation
|
Once GOCDB/gocdb#394 is merged, as second pass of this will be needed to ensure each method's example XML API output reflects the new sample data - that will include escaping aditional |
394 has now been merged, what needs doing to this? |
|
For each of the pages under api/read/, can you update the example API output so it is a copy/paste from the output of the relevent API endpoint on an instance loaded with the sample data? It will be sufficent to only include one result in the example API output, i.e. for Some endpoints wont have data populated by the sample data, such as |
|
more ampersands that need escaping :/ |
done |
|
LGTM, can you squash the new commit into the one that introduced your DN to |
e034525 to
f49f6d4
Compare
done |
|
Awesome, thanks 😄 |
…tacts and get_roc's
- add amp; after two ampersands to escape them
…d sample data - each example api output is now a copy paste from the output of the relevant API endpoint on an instance loaded with the newly updated sample data - only one-two results included in the example output as that is all that is necessary to understand the output - some endpoints don't have data populated by the sample data, like get_downtime
- adds amp; after ampersands to escape them
f49f6d4 to
3c7c172
Compare
Resolves #12
Waiting on GOCDB/gocdb#394