Erikvl87 / KNKVPlugin

A C# .NET Class Library for the KNKV Onsweb.nl XML / JSON Webservice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status NuGet Downloads KNKVPlugin

A C# .NET Class Library for the KNKV Onsweb.nl XML / JSON webservice: http://www.onswebbond.nl/voor-verenigingen/

This KNKV plugin owes its existance to the http://www.gkvdenhaag.nl website.

Requirements:

NuGet:

The KNKVPlugin is available on NuGet: https://www.nuget.org/packages/KNKVPlugin/

Getting started:

var korfballRequest = new KNKVPlugin.Request("<subscription code>");
var resultsResponse = korfballRequest.GetResults();
var programResponse = korfballRequest.GetProgram();
var positionsResponse = korfballRequest.GetPositions();
var teamsResponse = korfballRequest.GetTeams();

Please read the documentation on how to work with the returned objects.

Documentation:

Documentation and examples can be found on the GitHub Wiki at https://github.com/Erikvl87/KNKVPlugin/wiki

About

A C# .NET Class Library for the KNKV Onsweb.nl XML / JSON Webservice.

License:MIT License


Languages

Language:C# 100.0%