SoundCloud API: documentation for attachments_uri? - soundcloud

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 :-)

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.

A-Frame link traversal support

In A-Frame FAQ, it is written that:
Link traversal support was introduced in the WebVR 1.0 API and A-Frame
0.3.0. There is a link component that can trigger navigation and built-in support for knowing whether the user is navigating from
another WebVR experience.
However, it seems there is no entry in A-Frame Docs about this link component.
How could one use such a component to trigger link traversal ?
Thank you.
Oops, that is a mistake. Built-in link traversal and documentation has not yet been introduced as we improve link traversal experiences in the WebVR specification and the browsers themselves.
This has just been introduced in AFrame 0.6
https://github.com/aframevr/aframe/blob/master/CHANGELOG.md
Edit:
Here's the page for it:
https://aframe.io/docs/0.6.0/components/link.html

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.

Where is old LinkedIn REST API documentation

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.

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.