Subversion Repository Public Repository

insightly-api

Entry Size Revision Updated
Properties 2 Thu 19 Sep, 2013 09:09:16 +0000
APIUser.cs 468 bytes 3 Thu 19 Sep, 2013 14:44:24 +0000
ContactOrganisationTests.cs 2.4K 15 Tue 01 Oct, 2013 13:47:15 +0000
ContactTests.cs 14.7K 15 Tue 01 Oct, 2013 13:47:15 +0000
OrganisationTests.cs 4.1K 15 Tue 01 Oct, 2013 13:47:15 +0000
packages.config 138 bytes 3 Thu 19 Sep, 2013 14:44:24 +0000
ProjectTests.cs 1.5K 15 Tue 01 Oct, 2013 13:47:15 +0000
UnitTestInsightly.csproj 4.9K 14 Mon 30 Sep, 2013 15:36:43 +0000

Commits for insightly-api/trunk/UnitTestInsightly

Revision Author Commited Message
15 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.

14 HadleyHope picture HadleyHope Mon 30 Sep, 2013 15:36:43 +0000

Refactor unit tests.
Refactor API use get method to return REST client.

13 HadleyHope picture HadleyHope Mon 30 Sep, 2013 15:02:03 +0000

Added basics for Project.

12 HadleyHope picture HadleyHope Wed 25 Sep, 2013 08:15:31 +0000

Added link DTO.

11 HadleyHope picture HadleyHope Tue 24 Sep, 2013 12:34:09 +0000

Added basic organisation functionality, at the moment cannot link organisation to contact.

10 HadleyHope picture HadleyHope Tue 24 Sep, 2013 12:06:30 +0000

Added basic organisation functionality, at the moment cannot link organisation to contact.

9 HadleyHope picture HadleyHope Tue 24 Sep, 2013 10:12:34 +0000

Added AddNewContactIfNotExists that checks for existing email, first and last names before adding a contact.

8 HadleyHope picture HadleyHope Mon 23 Sep, 2013 12:51:00 +0000

Changed project to target .NET 4 framework, so it works with the production website.

6 HadleyHope picture HadleyHope Mon 23 Sep, 2013 09:46:21 +0000

Tested adding and retrieving contact custom field 1.

5 HadleyHope picture HadleyHope Mon 23 Sep, 2013 09:01:00 +0000

Added contact address.