daniellockard / nodecg-tiltify

NodeCG Tiltify Replicant for other bundles to access
Other
6 stars 6 forks source link

Add JSON Schemas to replicants (& milestone replicant) #15

Open ericthelemur opened 11 months ago

ericthelemur commented 11 months ago

I've written JSON Schemas for all the replicants, partly to verify I'm not doing anything stupid with the replicants, and partly so I know what's available from each.

I've verified these all as best I can against the possible options in the API & docs, but I can't be 100% sure, so I'd appreciate some more edge case tests from others.

Also while I was crawling the docs, I saw milestones was missing from the replicants, so I've added it here too (probably should be separate PR really)

ericthelemur commented 11 months ago

I've also added a donor request, but this requires https://github.com/daniellockard/tiltify-api-client/pull/22 too