mattkol / SugarRestSharp

SugarRestSharp is a .NET C# SugarCRM/SuiteCRM Rest API Client. It is .NET C# Wrapper for the SugarCRM/SuiteCRM REST API Client.
MIT License
30 stars 12 forks source link

Using this library with SugarCRM 7 #1

Closed nilesh-shah closed 7 years ago

nilesh-shah commented 7 years ago

Hello @mattkol I would like to know if this library is actively maintained and can be used to access V10 REST APIs for SugarCRM 7.x

We are in process of implementing a SugarCRM connector and I would like to get some help here. If you have come across any good documentation, examples or any other open source libraries which can help us doing that, Please share the information.

Thank you.

mattkol commented 7 years ago

Hi, Yes it is actively maintained- no more development planned, but issues and improvements.

This project is focused on SugarCrm Rest V4. This can be used for SugarCrm 6.5x. V10 is out of scope. However the project can be leveraged for V10.

There are a few github projects that have addressed V10. I am currently on vacation when I am fully back online I can point you to some.

Thanks.

mattkol commented 7 years ago

These are few github projects that address V10 https://github.com/dlively1/SugarSharp https://gist.github.com/elchele/e4be253a38e2223add1fdc642fb4277e

nilesh-shah commented 7 years ago

Thank you @mattkol