0

If I look at the SBT Playground Site on greenhouse I can find Javascript API and Smartcloud as an option. But all javascript references will then point to greenhouse, and that doesn't seams like a good idea for production.

If I install the same Playground database with SBT on a Domino server I don't get smartcloud as an option.

Can I make a locally installed playground work with SmartCloud ? Any setup guides for this ?

Fredrik Norling
  • 3,461
  • 17
  • 21

2 Answers2

0

Yes, you can, you just need to use the right endpoint when you access the smartcloud services. When you do the setup with Environments, you can configure/use SmartCloudOA2 to access the backend services.

Paul Bastide
  • 1,505
  • 4
  • 17
  • 22
  • Do I only write SmartCloudOA2 as the end point or do I need some special URL? Is there any example showing this ? – Fredrik Norling Jan 05 '15 at 11:58
  • create a new environment via the web UI, it'll ask you if you want a smartcloud environment in the wizard. I document it in a blog here - http://bastide.org/2014/10/23/first-time-through-bss-and-api-explorer-tip/ – Paul Bastide Jan 05 '15 at 12:40
  • If I follow your guide on my local server I get Unhandled error: TypeError: config.findEndpoint(...) is undefined and the javascript code says var ep = config.findEndpoint("smartcloudBasic"); as the endpoint – Fredrik Norling Jan 07 '15 at 14:15
  • you can use smartcloudOA2 as the endpoint in your playground. – Paul Bastide Jan 07 '15 at 16:05
0

As described by Paul. in the playground application, select the top dropdown for environment and choose value custom and click on the pen.

enter image description here

Select smartcloud for social business Select basic authentication

enter image description here

This should give you the option to try out the SBT against IBM Smart Cloud.

Click on Authentication and SmartClound OAuth 1.0a and login The basic Auth option doesn't work out of the box

enter image description here

Fredrik Norling
  • 3,461
  • 17
  • 21