Developer News
A first look at the upcoming Photowall Integration
Coming in 2021: Photowall
We've been hard at work developing a new integration called "Photowall". Photowall will allow users to upload a picture, other than their standard profile photo, and add some additional information about themselves. We'll release additional detail in the first quarter of 2021, but because a picture is worth a thousand words:
Have some useful web-apps you've built in your organization? Increase their visibility by integrating them into Igloo with an easy to build and use iFrame Integration widget!
Easily Integrate Your Web Apps
If you count yourselves among the many organizations who have built web-based tools for employees to use, then you most likely know what a challenge it is to drive traffic to your tools. Many of our customers create links to those tools from within their Igloo site, but what if there was a way to surface your custom built application or content directly?
Well, There is!
There are many cases that warrant a deep integration - but for those cases where simply…
We're looking for your suggestions for what you, as developers, would like to see in the next version of our Integration Widget development kit.
Developers -
What do you want to see in the next version of our development tools? Are there features you miss?
What would make your life easier as you extend and enhance your Igloo?
We would love to hear your thoughts and ideas. We'll chime in too!
Working With The API Documentation Within Your Own Digital Workplace
...or, curling up with a cup of tea and a good API reference
We're making some minor changes to the documentation in Customer Care.
When we updated our developer documentation using SwaggerUI the feedback was overwhelmingly positive. Moving to the OpenAPI standard meant that most developers would feel right at home with our API documentation.
The Igloo Marketplace is your one stop shop for extending your digital workplace with the many services, features and integrations we offer. Here are some frequently asked questions, answered:
What Is The Igloo Marketplace?
The Igloo Marketplace is our "app store". It's your one stop shop for extending, integrating and maintaining your Igloo Digital Workplace.
The three mantras of Developer Relations at Igloo
Igloo Developer Relations works with partners and customers who are developing extensions or solutions that fit their specific needs. We also build solutions ourselves to solve problems for customers – both internal and external.
There are times when a low-level solution to a high-level problem can seem daunting – How do you solve for X when you have to think about A through W?
We’ve adopted three simple rules that we follow whenever we’re creating a solution that helps:
Someone, somewhere…
When you have successfully created a session with either the V1 or V2 APIs, you should have obtained a SessionKey or TokenID. To start building your customized functionality/integration it is important that you are authorized to do so. Your digital community knows that you are authorized to make API calls when you include the SessionKey or TokenID in the API request.
This article covers the steps on how to make subsequent API calls after you have created a session with any version of the API.
In…
User Membership and Group Management via APIs
Membership Management is a very important aspect of your digital workplace. Ensuring that your organization's active directory is synced at all time, insures the integrity of the digital workplace and allows for better team collaboration via groups and spaces. Igloo provided a variety of ways to help you achieve this functionality:
- Igloo LDAP Sync Tool (ILST)
- Programatically via our APIs
We strongly recommend the use of our ILST tool as it has been developed specially for the purpose of…
Summary APIs are here! Retrieve content without impacting view analytics
In a previous post, we announced new APIs that developers can use to retrieve content programmatically without impacting view analytics. These APIs are now available for use in your projects, continue reading to learn how they work.
If you're using the /.api/api.svc/objects/{OBJECT_ID}/view endpoint to retrieve content and other object meta from an object, it will count as a 'view' on that object.
What if you don't want it to count as a view? That's where the summary APIs come in! The summary…
We'll take a quick look at how to programmatically create category classes and category labels in Igloo.
Using labels on content makes it easy to categorize and search for content relevant to your users. Did you know that you can also create labels and label groups using the API?
Category Classes? Categories? Labels? Label Groups? What's the difference?
In the Igloo API, labels are called 'Categories', and label groups are referred to as 'Category Classes'.
Category Classes
Category Classes(label groups) allow you to organize your categories(labels) into meaningful groups. This is…
About this channel
- 9,552 views
- 25 articles
- 31 followers
Get the latest developer news from the Developer Relations team.
Recent Contributors
-
OfflineDavid Bistolas
You can find the repo here: https://github.com/xkahn/pyigloo
Feel free to try it out, and patches are welcome!