BabelFish

<< Click to Display Table of Contents >>

Navigation:  Support > Programmatic Access >

BabelFish

BabelFish is a .NET NuGet package and library that provides programmatic (C#) access to Scopos' data model and REST API.

At Scopos we use BabelFish both on Rezults and within Orion.

GitHub Repository

BabelFish is open source and may be checked out from GitHub at https://github.com/shooterstech/BabelFish.

NuGet Download

BabelFish is avaliable as a NuGet package. To download it, create a Package Source to our NuGet feed.

1.Open Visual Studio.

2.Go to Tools → NuGet Package Manager → Package Manager Settings.

3.In the left panel, select Package Sources.

4.Click the + button to add a new source.

5.Set the Name to Scopos NuGet.

6.Set the Source to: https://scopos-nuget.s3.us-east-1.amazonaws.com/index.json

7.Click Update, then OK.

Examples

Examples of how to use BabelFish are available from the BabelFish ReadMe and on our ScoposLabs project.