Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
API docs for ProGet health information is incorrect
-
Hi! I'm in the middle of writing up a Rust library for the ProGet API, and I noticed that the documentation for the health API isn't valid JSON.
On another note while I'm mentioning the health API - is there any documentation on what the valid values for things like
serviceStatus
are? I'd love to make things like that enums instead of just a string when I parse the JSON into structs, but I wasn't positive on what the valid values were.
-
Hi @hwittenborn ,
The API should output valid API, but I see there was a typo in the documentation.
serviceStatus
is eitherOK
orError
, and the status detail will contain the error text.Cheers,
Alana
-
Cool, thanks a ton for the quick response and getting the docs fixed! I'll send something in a new message if I get any other questions.