Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple providers #2

Closed
sparkoo opened this issue May 25, 2017 · 0 comments
Closed

Support multiple providers #2

sparkoo opened this issue May 25, 2017 · 0 comments

Comments

@sparkoo
Copy link
Owner

sparkoo commented May 25, 2017

when files with multiple providers found, return them in proper way

...
  "versions": [
    {
      "version": "19",
      "providers": [
        {
          "url": "sftp://my_box_server:/boxes/f26-x64/f26-x64_19_virtualbox.box",
          "name": "virtualbox"
        },
        {
          "url": "sftp://my_box_server:/boxes/f26-x64/f26-x64_19_libvirt.box",
          "name": "libvirt"
        }
      ]
...

Current behavior returns it as different version object with same version string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant