Platform extension documentation URL - here-api

I need to find the documentation for the Here Layers. There used to be under this URL (https://developer.here.com/platform-extensions/documentation/platform-data/) , but apparently they removed it and now it redirect's to another URL. Does anyone know the new URL for the platform-data extension documentation(I have been searching a hole day but can't find it).

Platform data extension is the legacy name for the fleet telematics advance data set.you can find HERE layers documentation from these url-
https://developer.here.com/documentation/platform-data/dev_guide/topics/resource-layers.html
https://developer.here.com/documentation/platform-data/dev_guide/topics/request-constructing.html
https://tcs.ext.here.com/pde/maps?url_root=pde.api.here.com

Related

Download/Upload of Page Remarkup in Phabricator Wiki (Phriction)

The company I work for uses the "Phriction" wiki in Phabricator for a considerable amount of documentation. I'd like to be able do the following, programmatically, in order of importance:
Download (e.g., with curl or wget) the ReStructuredTExt (RST) to a local file where I can edit it, diff it, etc. Ideally I should be able to download either the latest version or any specific version.
Locally render (e.g., in a local graphical web browser) the markup as Phabricator would render it. If relative links can link correctly back to the original wiki, that's a bonus.
Upload new versions of the wiki page.
If you have don't know how to do exactly any of this, but have information or tool suggestions that would help me get started on writing software to do the above, please mention them. (If you're worried about too many answers that don't actually answer any of the questions above, try adding or editing a single community answer for this sort of information.)
I would do the following in your situation:
Downloading the single phriction pages using the API (Conduit) methods in the phriction section.
Therefore you need a Conduit Api Token. You can create in your profile settings of your phabricators intstance.
Then take a look at the phriction.info mehtod: This methods needs the page slug as parameter. In this example I use the /changelog/ page.
You can choose between arcanist, cURl or PHP to use the RestApi. Additionally you can use any other way to preform RestApi commands in the cURL syntax.
If you need some more examples how to run the conduit method you can toggle between some variations at the bottom of the output page.
Transform the page content as you like.
Upload the page again with the conduit methods (phriction.edit).
The way you downloaded the content you can edit the documents, too. But here you need some more parameter:
I personally, try first all conduit methods via the web interface first and then transform it to an a script.

How to set values of alfresco-global.properties programmatically

I was working in a client application with alfresco and in need to capture the changes in docs from user's alfresco account. From further reading I came to know that I need to set some properties in alfresco-global.properties file to enable change log audit. So is there anyway I can do this using an API without requesting user to do this ? Please help
I'm not sure something like that is possible, other then using JMX. I'd be happy is someone would prove me wrong, though.
http://docs.alfresco.com/5.1/concepts/jmx-intro-config.html
For Community there is no direct way to do this other than using addon's or writing your own custom code.
There are some ways you can use when using the JavaScript Api of Alfresco.
There is an Open Source module here using JMX and a paid one here using a custom Share page.

ACS - Google OpenID Connect Migration - NameIdentifier changed

we migrated our ACS Namespaces to Google OpenID Connect, according to the guidance:
https://msdn.microsoft.com/en-us/library/azure/dn927169.aspx
Unfortunately the NameIdentifier claim from Google changes after the migration, so we cannot map the existing users to the new identifier (subject); also our custom mapping to other resources inside the application breaks with this behavior.
In the migration guide it is explicitly stated, that this should not be the case.
Any hints? Thank you in advance...
Btw: According the guidance i should tag this post with 'acs-google', but this tag does not exisit yet, and i do not have the required reputation, to create a new tag.
We contacted Microsoft support, the problem could be reproduced, and now it is fixed.

What is the URL for Adobe Flex 4 RSLs?

What is the URL that Flex 4 uses to download RSLs at runtime?
I want to check if I have access to this URL and that it is not blocked by the proxy that I am behind and would like to be able to put the URL into a browser to do this.
Obviously there are many URLs (one for each swz file), but does anyone know what the basic URL pattern is, or can anyone give me a sample URL?
Thanks
As far as I know if Flash Player can't find signed SWZs on the provided url it tries to download them from http://fpdownload.adobe.com/pub/swz/
Ok, I found it: fpdownload.adobe.com/pub/swz/flex/4.5.0.20967/… (for example)

Urchin Integration with Asp.net website

I have a Asp.net WebSite.Where in i need to implement(Most Viewed,Most Shared and Most Downloaded) features.We decided to go with URCHIN for the same.I dunno how to start and i googled a lot but did not find any resource regarding this.Can any one Suggest me some links or how to start with.
Waiting for your reply.
Thanks,
If you decided to use URCHIN ,, have a good start here:
https://secure.urchin.com/helpwiki/en/Help_Center.html
then here for advanced issues:
https://secure.urchin.com/helpwiki/en/Data_API.html
Urchin generates reports by reading web server log files. Create a Log Source in Urchin that specifies the location of your IIS logs, add the Log Source to a Profile, and you will see data in the reports.
Urchin Profiles have two options for tracking methods: UTM and IP+UA. UTM requires JavaScript page tags, and IP+UA uses the existing data in your log files. If you're new to Urchin, you probably don't have UTM code on your website so IP+UA is your best option for seeing data in the reports.

Resources