...
Contact Us
Our SDK repository is not publicly available, please contact us for more information.
...
Installation and Configuration
SDK Prerequisites
.Net Core SDK (currently using latest 3.0 release)
.Net IDE of choice (DryvIQ recommends JetBrains Rider or VS Code)
Getting access to the DryvIQ SDK packages
Create an account on MyGet (https://www.myget.org/Account/Login).
Obtain an API key from our private skysync-vnext NuGet repository (https://www.myget.org/feed/Details/skysync-vnext, under the heading API key).
If you do not have access to the skysync-vnext repository, please send an email to contact us to request access.
Edit %APPDATA%\NuGet\Nuget.config. Add the following within the
<configuration>
block, replacing%MYGET_AUTH_TOKEN%
with the API key.Code Block <packageSources> <add key="SkySyncSdk" value="https://www.myget.org/F/skysync-vnext/auth/%MYGET_AUTH_TOKEN%/api/v3/index.json" /> </packageSources>
Info |
---|
You may need to add only |
...
Getting access to the DryvIQ SDK samples
Fork the skysync-sdk repo and clone it locally (e.g.
git clone
git@github.com:youraccount/skysync-sdk.git)
Panel | ||
---|---|---|
| ||
https://github.com/portalarchitects/skysync-sdk This repository is not publicly available. Please contact us for more information |
...