Where is old LinkedIn REST API documentation - rest

I was using LinkedIn REST API. Everithing was ok, but now I need to improve app and I can't find proper documentation. Where is it? Actual documentation is totally shitty. I want documentation where all fields will be described clearly etc. Especially I need documentation for GROUPS, but I can't google it. Where is it? Thanks.

Here are the old docs: https://developer-programs.linkedin.com/
I agree, the new docs are absolute garbage.

Archive.org has a copy here
https://web.archive.org/web/20150426071159/http://developer-programs.linkedin.com:80/
after 2015-04-26 it appears the viewing the documentation required sign-in and the usefulness of the copy on archive.org deteriorates.

Related

for flutter_charts package is there an API reference?

the API Docs link on this page https://pub.dartlang.org/packages/charts_flutter
doesn't go to an API documentation. There are examples, but it would make it easier to use if there were a regular API doc. Does one exist somewhere?
Right here: https://pub.dartlang.org/documentation/charts_flutter/latest/flutter/flutter-library.html. You probably missed clicking 'flutter' under the libraries header, which admittedly is a little confusing.

API Documentation for Guzzle?

Where is the API Documentation for Guzzle?
There are these two links (which appear to be the same thing):
http://guzzle.readthedocs.org/en/latest/quickstart.html
http://docs.guzzlephp.org/en/latest/
But nowhere can I find in depth API documentation (even just a basic one generated from the Docblocks which were neatly created in Guzzle's source code).
Does anyone know where to find it?
Sadly, according to the maintainer of Guzzle: "I personally don't find API docs that useful" (ref: https://github.com/guzzle/guzzle/issues/750) so he stopped maintaining them in Guzzle 4 and up. There are docs for 3.7 available via the Internet Archive, but that's it.

do not know how to install historymod

I find a lot of information dispersed over the Internet. There is nothing concrete. If I can guide point to point, to know what I have to install on the machine, and so to create the historical data for the statistics.
I need to make the "linear graph" widget work properly.
Greetings and thanks!
Please, take a look into the README document available on the github repository. Take into account that this file has been updated recently.
The historymod module is part of an specific application (FIWARE LiveDemo app) and not recommended as general solution. Have a look to the following post about how to persist hitorical context information comming from Orion.

Is there any API to get FuelPoints from Nike Fuel Band ?

I used your Nike+ Running API. Its great. Thanks for that. Is there any API to get FuelPoints from Nike Fuel Band ?
There is an API for that. Head over to https://developer.nike.com/resources to check it out.
Further reading seems to indicate the API is lacking when it comes to grabbing the FuelPoints.
Here is a blog post where they mention doing a workaround to grab this data:
http://blog.amazeelabs.com/en/extracting-fuel-points-nike
And here is a github project that could be helpful as a reference example.
gist.github.com/NorthIsUp/3949465
It's definitely possible, I have a working application that does this. See: http://wildcanyongames.org/nike-fuel.
http://developer.nike.com should have all the info you need, or you can open a more specific question if you have one.

SoundCloud API: documentation for attachments_uri?

The example track in the SoundCloud API /tracks documentation (http://developers.soundcloud.com/docs/api/reference#tracks) has a field "attachments_uri", but I don't see anything in the docs about it. Anybody know anything about it?
The attachments_uri field is used by some undocumented functionality that we have actually deprecated. It's there for backward compatibility with some older apps.
Short answer: you can safely ignore it :-)