Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contact Us

Our SDK repository is not publicly available, please contact us for more information.

...

Installation and Configuration

SDK Prerequisites

  1. .Net Core SDK (currently using latest 3.0 release)

  2. .Net IDE of choice (DryvIQ recommends JetBrains Rider or VS Code)

Getting access to the DryvIQ SDK packages 

  1. Create an account on MyGet (https://www.myget.org/Account/Login).

  2. Obtain an API key from our private skysync-vnext NuGet repository (https://www.myget.org/feed/Details/skysync-vnext, under the heading API key).

    1. If you do not have access to the skysync-vnext repository, please send an email to contact us to request access.

  3. 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 <add key="..." value="..." /> if a <packageSources> block is already in the <configuration> block.

...

Getting access to the DryvIQ SDK samples

  1. Fork the skysync-sdk repo and clone it locally (e.g. git clone git@github.com:youraccount/skysync-sdk.git)

Panel
bgColor#FFFAE6

https://github.com/portalarchitects/skysync-sdk

This repository is not publicly available. Please contact us for more information

...