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!
Connector using nuget.org v3 api not working
-
Hi,
the online documentation shows an example for creating a new connector:
https://inedo.com/proget/getting-started-with-progetIt connects to nuget.org using
https://api.nuget.org/v3/index.json
When I create such a connector and add it to a feed I get "There was an error with a connector:
Data at the root level is invalid. Line1 position 1". That's pretty much the same message as was reported here.This is even more strange as another part of the documentation (this) states that "connectors to nuget.org will always use the JSON-LD (v3) endpoint of https://api.nuget.org/v3/index.json, regardless of what you configured."
What's the status? Do connectors actually support the v3 API for nuget.org or is the documentation wrong?
I'm using ProGet 5.2.27 (Build 6)
Thanks
Markus
-
The JSON-LD (v3) API is available in ProGet 5.3 and later, so please upgrade. We'll update the documentation to clarify that!
-
@atripp Thanks for the answer. We will update and try again.