AppSDK 2.0: Where do I go to access? - rally

I'm noting references to a 2.0 version of Rally's AppSDK in replies to the following:
Remove html markup from Rally description field
Is there a way to refresh the list in an object dropdown using new query conditions ?
I'm not seeing any references to AppSDK 2.0 either in the WSAPI documentation:
https://rally1.rallydev.com/slm/doc/webservice
or on the Developer portal:
http://developer.rallydev.com/help/
Is this toolkit officially available? If so, how can I access and use it?

It is available, but its the App SDK, not a new Web services API.
The main Rally SDK doc has a link: http://developer.rallydev.com/help/app-sdk

If you look at the bottom of the Developer Portal you can find a link at the bottom that says "App SDK 2.0 Preview" that will take you there.
If you want a direct link to our current preview version of the SDK you can find it here.
This link may not work forever as it is a preview version but in the future you will be able to find our current SDKs from the Developer Portal.

Related

Adding an existing web application to Odoo

I'm new to Odoo, I have a web application that I would like to interface with Odoo(use within Odoo), is there any solution to use a third-party web application with Odoo? Thank you in advance for your assistance.
Yes,You can do it through REST API and java script/xml to render templates
For more info Refer documentation
http://www.odoo.com/documentation/10.0/index.html
Note : The link provided is for version 10 you can navigate based on the version you are using/going to integrate.

Is it possible to upload/publish an unlisted extension via the chrome webstore api?

We are hoping to upload a chrome extension and publish it as unlisted (as the visibility option) via the Chrome Webstore Api.
So far we have been able to upload but not publish using this documentation -- we can't publish because extensions have a whole bunch of required parameters (like a screenshot or small-tile image) which we can't figure out how to attach. We are really hoping that one of these parameters will be visibility, and we can set it to "unlisted".
If any kind soul has any knowledge of the Chrome Webstore API, or how to set these parameters, our whole development team would be very appreciative.
The documentation on this is very sparse: https://developer.chrome.com/webstore/webstore_api/items/update
Quoting Using the Chrome Web Store Publish API:
Note: Currently, there is no API for setting an item’s metadata, such as description. This has to be done manually in the Chrome Web Store Developer Dashboard. More detail about the Web Store API can be found here.
So, to the question whether you can supply all the metadata programmatically - the answer is "no". And the Publish method does not seem to support "unlisted".

How (and where) to upload manifest file? (Google Gmail Gadget)

I'm new on this Gmail Gadget developments and I follow the instructions here:
https://developers.google.com/gmail/contextual_gadgets
I follow the Hello World example, replacing the variables with my owns, generating the manifest, the specs, etc.
But when it comes to upload the manifest file, it's saying to go to
http://code.google.com/googleapps/console/a/yourDomainName
and log in there. Then there is a serie of steps depending on this one.
The problem here is, what is the address I have to put there? I did register on the Google Apps (for bussiness) and register a domain. Still that domain isn't work.
I found several people with the same problem and none gave them a solution:
How to create an account on Google Apps to use Google Apps Extensions Console?
Logging into Google Apps Extension Console
http://grokbase.com/t/gg/google-appengine/141vmhsdqr/how-do-i-log-in-to-google-apps-extensions-console
Anyone knows how to create a Gmail Contextual Gadget?
Thanks in advance!
Ok, so the Gmail Contextual Gadgets doc says "Gmail contextual gadgets can be listed for sale in the Google Apps Marketplace". The Google Apps Marketplace docs say apps can be published on the Chrome Web Store but the web store seems to want some sort of .json manifest file that doesn't fit the documentation for Contextual Gadgets (read: Google's documentation is terrible).
Instead, I found a section inside the developer's console on Contextual Gadgets. It's also different from the documentation, but seems like the right spot.
Open your Google developers console
Select or create a project
Open the Google Apps Marketplace SDK page
Click "Enable API"
Click "Configuration"
Check the box marked "Gmail contextual gadget extension"
There are then options to fill out info on the Contextual Gadget.
I suggest :
https://code.google.com/apis/console/
Go on that link a for log in use your Google Apps for bussiness account , then create new project (gadget) and then you can upload manifet. Sorry for my English.
Hope this will help you.

Google Plus API Nuget Package

I need to create posts, etc through my ASP.NET MVC 4 application.
Does anyone know decent library for Google Plus API? (Preferable as a NuGet package).
There is currently no publicly documented API that lets you automatically post to your Google+ page or stream.
There is an API that HootSuite is currently using that is slowly opening up to other vendors. See https://plus.google.com/u/0/104946722942277428266/posts/LUi2ZNyRHag for more information about what is coming and how you can sign up to request access to this. This is expected to allow you to post to a Google+ Page.
There is also the "Google+ History API" that is currently in developer preview which will allow you to create moments for a user, but they would need to manually share these moments on their stream if they choose to do so. See https://developers.google.com/+/history/ for further details.

Cross App Messaging in SDK 2.0

Can I have one or more Apps respond to and event in another App in SDK 2.0?
For example, say I have one App in a dashboard that allows the user to select something. Can I (and how would I) have other Apps installed in that same dashboard respond to that event?
This has been implemented in the recently released 2.0rc1 version of the SDK:
https://developer.help.rallydev.com/apps/2.0rc1/doc/#!/guide/messaging
Per Charles answer to:
Rally AppSDK: Is there a way to facilitate “Inter-Panel” communication between Apps in the new layout schema
This hasn't been implemented yet - Rally's engineering team is spiking on this and other aspects of getting AppSDK 2.0 more feature-complete.