Subversion Repository Public Repository

insightly-api

1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Ninject" version="3.0.1.10" targetFramework="net40" />
  <package id="RestSharp" version="104.2.0" targetFramework="net45" />
</packages>

Commits for insightly-api/trunk/Insightly/packages.config

Diff revisions: vs.
Revision Author Commited Message
15 Diff Diff HadleyHope picture HadleyHope Tue 01 Oct, 2013 13:47:15 +0000

Refactored, added Ninject to load controllers for each part of the API.
InsightlyAPI class is now a true facade for the API.

2 HadleyHope picture HadleyHope Thu 19 Sep, 2013 09:09:16 +0000

Initial check in.