Skip to content

ahaley/AtTask

Repository files navigation

.NET AtTask Class Library

To use this class library include reference into your project and
create the configuration file attask.config with the appropriate
AtTask credentials.

<?xml version="1.0"?>
<appSettings>
  <add key="Username" value="<USERNAME>" />
  <add key="Password" value="<PASSWORD>" />
  <add key="AtTaskUrl" value="https://<DOMAIN>.attask-ondemand.com/attask/api/" />
</appSettings>

About

.NET AtTask library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages