In my last post, I showed you how to make a voice call with Java and Ring Central. In this post, I'll show you how to create your first Glip team. If you get stuck, refer to the developer portal docs, but it's pretty simple.
As always, first include the dependency:
Next, in your class, set some variables:
Create an instance of the client:
Now you're ready to create the team:
And that's all it takes to create a Glip team with Ring Central and Java. You can learn more about Glip here.
I’m happy to announce the release of Micronaut 2.1, which brings a handful of new features, bug fixes and upgrades to existing features. Let’s take a quick...
If you are a member or follower of the Java community, then you likely saw this news a few months ago: This is huge news. If you've read my blogs ...
I have blogged quite a bit about serverless Oracle Functions here on this blog, including several various examples about function invocation. But, I've...