Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    Universal Package Dependencies not shown in JSON response

    Scheduled Pinned Locked Moved Support
    apiproget
    4 Posts 2 Posters 10 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      florian.peschka_9815
      last edited by

      With the two packages:

      {
          "group": "test",
          "name": "Root",
          "version": "1.0.0"
      }
      
      {
          "group": "test",
          "name": "Dependent",
          "version": "1.0.0",
          "dependencies": ["test:Root"]
      }
      

      The JSON Response of

      http://localhost:81/upack/upack/packages?name=Dependent&group=test

      doesn't show the dependency

      {
       "group":"test",
       "name":"Dependent",
       "latestVersion":"1.0.0",
       "downloads":"1",
       "isLocal":true,
       "isCached":false,
       "versions":["1.0.0"]
      }
      

      The website however, does.

      Website View

      Product: ProGet
      Version: 4.5.4

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        Are you able to use the versions API endpoint instead? That one should include the dependency information in the response.

        1 Reply Last reply Reply Quote 0
        • F Offline
          florian.peschka_9815
          last edited by

          I see. Yes, that returns the dependencies as well. Thanks for the hint. Although I would expect the other endpoint to also return them, maybe in a future version. Just for completeness sake.

          1 Reply Last reply Reply Quote 0
          • ? This user is from outside of this forum
            Guest
            last edited by

            We'll add that as a proposed feature. I think the only issue aside from a small query/performance issue in implementation is that dependencies can change for different versions, so we'd really just be showing the latest version's dependencies there. Still, we are already doing that with certain fields like description, so that's not too bad...

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 1 / 1
            • First post
              Last post
            Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation