Skip to content

Saint-Louis-University/SLU.PeopleFinder.Json.Extractor

Repository files navigation

SLU.PeopleFinder.Json.Extractor

Class library written in C# to extract specific datum from PeopleFinder queries.

Goal

Make it easier to extract specific datum from PeopleFinder queries.

Technology Overview

Request JSON results from PeopleFinder and parse results using Json.NET

Prerequisites

Getting Started

  1. Install Visual Studio 2017
  2. Install Json.NET via NuGet: Install-Package Newtonsoft.Json -Version 10.0.3
  3. Pull repository
  4. Build
  5. Import into your project

Resources

Notes

Currently written as a functional service. That is, one must query PeopleFinder for every datum.

In the future, may convert over to storing the result-set locally so that it might be further processed.

Authors / Owners

Matt Schuelke

About

Class library to extract specific datum from People Finder queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages