Giter Club home page Giter Club logo

limbo.umbraco.skyfish's Introduction

Limbo Skyfish

GitHub license NuGet NuGet Limbo.Umbraco.Skyfish at packages.limbo.works

Limbo.Umbraco.Skyfish is a video picker property editor for the Umbraco backoffice that allows users to insert videos from Skyfish.

License: MIT License
Umbraco: Umbraco 10, 11 and 12
Target Framework: .NET 6



Installation

Umbraco 10+

Version 1 of this package supports Umbraco version 10, 11, and 12. The package is only available via NuGet.

To install the package, you can use either the .NET CLI:

dotnet add package Limbo.Umbraco.Skyfish --version 1.0.0-beta004

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Skyfish -Version 1.0.0-beta004



Configuration

Access to the Skyfish API requires a public key, secret key, username and a password. If you're logged into the Skyfish, you can find your public key and secret under API credentials.

In order for the package to access the API, you should add the credentials to the Limbo:Skyfish:Credentials array in your app settings. In appsettings.json, this would look like:

{
  "Limbo": {
    "Skyfish": {
      "Credentials": [
        {
          "Key": "1c9850b8-1861-4f20-a62f-e24acbbac063",
          "Name": "{ClientName} Skyfish",
          "Description": "Credentials for accessing {ClientName}'s Skyfish account via {email}",
          "PublicKey": "...",
          "SecretKey": "...",
          "Username": "...",
          "Password": "..."
        }
      ]
    }
  }
}

Key should be a random but unique GUID key that helps identifying the crendetials. The values for Name and Description are currently not used, but that may change in the future.

With the current implementation, the package will always use the first set of Credentials, meaning multiple credentials are not directly supported.

limbo.umbraco.skyfish's People

Contributors

abjerner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.