Skip to content

reeleezee/reeleezee-api-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reeleezee-api-csharp

This repository contains sample code for the Reeleezee API. These samples are explained at the Reeleezee API Documentation site.

Note: the samples are designed for educational purposes and not per se for commercial implementation.

Dependencies

The samples use the following external References

These assemblies can be placed in the examples\lib folder of your project.

Getting Started

To run the sample programs you need to:

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ReeleezeeAPI" GeneratedClassName="Settings">
  <Profiles />
  <Settings>
    <Setting Name="Uri" Type="System.String" Scope="Application">
      <Value Profile="(Default)">https://portal.reeleezee.nl/api/v1</Value>
    </Setting>
    <Setting Name="UserName" Type="System.String" Scope="Application">
      <Value Profile="(Default)">username</Value>
    </Setting>
    <Setting Name="Password" Type="System.String" Scope="Application">
      <Value Profile="(Default)">password</Value>
    </Setting>
  </Settings>
</SettingsFile>

After that you're all set to run the samples.

About

Sample client code for the Reeleezee API in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published