Git Product home page Git Product logo

community-rest-sdk's Introduction

Telligent Community REST SDK

System Requirements

  • Telligent Community 8.0 or higher
  • .NET Framework version 4.5

Release Notes (v1.0.40)

While we make an effort not to break anything in new releases sometimes it is necessary in order to add features or improve existing ones. v1.0.40 introduces the following breaking changes:

  1. The SSO node of the config file should be moved under the Host node rather than its current location
  2. IUserResolver has been removed in favor of a delegate pattern. It is easy to update your code. Most of it can be copied and pasted into the new pattern. Below is a snippet of the new pattern and should be run when your application initializes, such as your application start in global.asax. You should also remove the userResolver from the config file.
            Host.Get("default").ResolveLocalUser = (host, resolveArgs) =>
            {
                
                return new LocalUser(userNameOfLocalUser,emailOfLocalUser);
            };

Executing the Tests

To execute all the tests you must modify some items.

  • In your Community site, create an Oauth Client that is confidential using Client Credentials
  • In the test project, locate Setup.cs in the root
  • At the top of th file modify the Url, user and Oauth variables to be appropriate to your site.

Note that these tests are meant to test the communication infrastrature and SDK logic, not the REST Apis themselves. If you are having issues with a specific API not related to the SDK please contact support.

Where is the documentation?

Please refer to the wiki section of this repository.

How do I report a bug?

You can use the issues section of this repository to report any issues.

Where can I ask questions?

Please visit our developer community to ask questions, get answers, collaborate and connect with other developers. Plus, give us feedback there so we can continue to improve these tools for you.

Can I contribute?

Yes, we will have more details soon on how you can contribute.

Get Help

Find documentation on how to use this SDK here: https://community.telligent.com/training/w/developer90/52432/rest-sdk

community-rest-sdk's People

Contributors

zimbra-pmason avatar pmason127 avatar icmoldovan avatar r-e-d-s-a-n-d avatar afscrome avatar ealbu avatar kunningham avatar mostafaberg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.