Skip to content

An example of an API wrapper that enables a .NET Web application to consume a REST-based user profile management API

License

Notifications You must be signed in to change notification settings

tkiehne/profile-service-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET Profile Service API Client (profile-service-client)

An example of an API wrapper that enables a .NET Web application to consume a REST-based user profile management API. The API that is consumed by this client was developed on behalf of a major US corporation.

At the time of this writing (2016-03-14) the API is about to be deprecated, documentation still exists however.

The source was built in Visual Studio 2012 with .NET Framework 4.5

Usage

  1. Build the dll from source

  2. Import the dll into your .NET project and add 'PProfileAPIClient' as a reference

  3. Create the API object as follows:

    ApiClient(string clientId, string clientSecret, bool uat = false)

  4. Perform operations against the API object as desired

Note: API keys are provided by the API vendor

About

An example of an API wrapper that enables a .NET Web application to consume a REST-based user profile management API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages