Tagged Questions
0
votes
1answer
13 views
google cloud endpoints discrepancy between documentation, and what works in my app
The documentation states you should load your api from javascript like this:
var ROOT = 'https://your_app_id.appspot.com/_ah/api';
gapi.client.load('your_app_id', 'v1', function() {
...
3
votes
0answers
30 views
Where is documentation on the embedding API for the Ruby interpreter?
I am looking for a comprehensive, online, documentation resource regarding the embedding of the Ruby interpreter into C or C++ programs, and the API(s) for that purpose.
The section on this in the ...
0
votes
1answer
30 views
Reading incomplete API docs - how do you know what all your [options] are if they are not listed?
How do you go about finding all the [options] available to you when they are not listed out?
In the case of mongoose for nodejs:
http://mongoosejs.com/docs/api.html#schema_Schema-index
Examples ...
0
votes
1answer
26 views
API Documentation [closed]
What's the best way to define and document an api for a new project. My project is about a web browser application with an integration with a third party software. We'll have an api for the web and ...
0
votes
0answers
91 views
Where is VLC browser plugin documentation?
I don't having any luck trying to find it. Information on wiki is outdated, the vlc javascript object has changed a lot since the wiki page was written. Google searching give me a more updated look of ...
0
votes
0answers
19 views
Is there something like APIdock for not Ruby/Rails stack?
Does anybody know a tool/site where API documentation of several projects is merged together in a single interface? Something like APIdock for the ruby/rails stack would be nice for the API's ...
0
votes
0answers
31 views
Foursquare api returns different page likes count
Foursquare api displays different(from the web) likes count for page.
So, https://ru.foursquare.com/watsonsua has 1912 likes, but in
https://developer.foursquare.com/docs/explore#req=pages/20963485
...
0
votes
0answers
55 views
How to document Django urls with Sphinx
I'm generating a new django project, with several apps. The main goal for this project is to create a REST API. Right now, I've sphinx working, creating documentation of all my project with
...
0
votes
2answers
36 views
Rails RESTfull API Documentation
im searching for a Documentation Framework that supports the following features:
Generated from Code Comments
Searchable
Styling customizable
NTH: Linked references (If i reference a class somewhere ...
1
vote
3answers
134 views
What happened to the Google Contacts API documentation?
Sometime in the last two weeks, the documentation for the Google Contacts API has gone offline. It used to be at https://developers.google.com/google-apps/contacts/v3/.
The ContactsAPI does not show ...
0
votes
0answers
47 views
Does swagger support code examples?
We want to show our users some code examples to explain how to use our API with different languages (PHP, Ruby, JAVA etc.). Is there a possibility to also integrate code examples to swagger?
For ...
3
votes
1answer
165 views
Self Documenting APIs built on Django-Tastypie
Im using django-tastypie and I'm very happy with it. But I really want to get the self documenting api feature from Django Rest Framework.
What solutions exist (or have people built) to get this kind ...
0
votes
2answers
41 views
Where are API docs for dojo global require and define functions
At http://dojotoolkit.org/api/ I cannot find the documentation page for either of the dojo global functions require() or define(). I can find the old dojo.require, but that is deprecated and not the ...
3
votes
2answers
351 views
Sinatra build REST API documentation
I have been looking all night for a gem to generate an API documentation from my sinatra routes. I should be able to specify with inline comments.
I have found ...
3
votes
1answer
80 views
CouchDB Clojure client API available?
Does anyone know of a good CouchDB client API for Clojure. I'm currently using Clutch although since it's relatively new there doesn't seem too be much documentation.
2
votes
1answer
245 views
django-rest-framework API document via swagger
Do we have a tools to automatically document API calls in django-rest-framework?
I came across Swagger - seems like a cool way to Document APIs
but I don't know how to implement it in my code. (I'm ...
1
vote
0answers
42 views
JQuery API Doc generator for custom Widget
Is there is any tool for generate a API doc like Jquery API
I have some custom Jquery Widget have to create a API doc for that.
2
votes
2answers
126 views
Is there any API schema for Windows azure Graph
Is there any api for windows azure graph API documentation or schema like sales force (http://www.salesforce.com/us/developer/docs/api_rest/api_rest.pdf) and service ...
0
votes
0answers
50 views
Increase Doxygen warnings for missing entries or @param tags
Removing the Doxygen comment tag entirely and leaving any object(variable, class,method) name undocumented, Doxygen does NOT warn.
Not documenting the parameters of the methods using the @param tag ...
0
votes
0answers
20 views
Subscribing applications developed by Google APIs
I wonder if there is any Google API that allows users to subscribe(or be given a license allowing a limited access period) an application that is developed by Google data APIs.
For example, I want to ...
3
votes
2answers
242 views
Swagger API for MultivaluedMap Jersey? Is it possible?
Is it possible to made API documentation by annotations for MultivaluedMap param in Jersey using Swagger?
I have a little piece of code like this:
/**
* Method which serves requests of adding ...
0
votes
1answer
46 views
Android online API documentation incomplete?
In the Android online API documentation, lots of methods seem to be undocumented, e.g.,
http://developer.android.com/reference/android/app/ProgressDialog.html#setProgress(int)
I don't think it's a ...
0
votes
1answer
33 views
Google Closure API documentation for a specific version
I'm working with ClojureScript and it's built against a specific version of Google's Closure library. Where can I find version specific API documentation for Closure?
ClojureScript is definitely not ...
2
votes
2answers
170 views
ClojureScript API documentation
I learned how to find out which version of ClojureScript I'm using with lein-cljsbuild. Where can I find API documentation for cljs.core?
I had to find out about js-obj from a blog post.
I can look ...
0
votes
0answers
15 views
Approach method to create api for a hacked undocumented system [closed]
I have to improve an old system, that while not an affiliate system is analogous to one, so I'll describe it in those terms to keep it simpler.
The current problem is no one really knows all the ...
-4
votes
1answer
134 views
Is there Python official API documentation? [closed]
I am looking for a complete and official API documentation of Python, just like we can find in Java from its official site http://docs.oracle.com/javase/7/docs/api/
However, what I can find is just a ...
0
votes
1answer
76 views
Is there any detailed documentation for the MapQuest JavaScript API (Open Data)?
I'm trying to do some stuff with the MapQuest JavaScript SDK for Open Data. Indeed there is a reference on their site but I still don't know how to use it correctly.
For example I want to get the ...
6
votes
1answer
105 views
How to add examples to API documentation in Go?
There are some nice executable examples in the Go standard library. How can I add such an example to my own API documentation?
3
votes
2answers
756 views
How to convert BSTR to std::string in Visual Studio C++ 2010?
I am working on a COM dll. I wish to convert a BSTR to a std::string to pass to a method that takes a const reference parameter.
It seems that using _com_util::ConvertBSTRToString() to get the char* ...
0
votes
0answers
44 views
Maps API Documentation - Invalid Location
I searched a lot but couldn't find any mention of this problem anywhere.
My Eclipse is located in the Program Files.
My Android SDK was also in the Program Files.
Windows usually has a bug up its * ...
1
vote
1answer
557 views
Inno Setup Pascal Script documentation
I started to use Inno Setup as I thought the Pascal Scripting would make it a lot easier for me to do custom stuff, compared to NSIS. However, it seems that there is no documentation anywhere on the ...
0
votes
1answer
338 views
Java Lucene Ngrams
I want to use the Lucene API to extract ngrams from sentences. However I seem to be running into a peculiar problem. In the JavaDoc there is a class called NGramTokenizer. I have downloaded both the ...
0
votes
1answer
83 views
Why can't I generate javadoc for this specific project? No error message
I'm trying to generate some javadoc for some of my projects. The comments etc. is inside already, but when I click on
"Project -> Generate Javadoc -> ..." in eclipse
the javadoc simply doesn't get ...
0
votes
1answer
64 views
Posting an image to foursquare by URL?
Looking through the Foursquare documentation I found the Photo Add section.
In APIs for other social platforms I have been able to post an image by its source url, e.g.: ...
0
votes
1answer
145 views
Company Search on LinkedIn API with PHP?
This is making me crazy. I've been trying out all sorts of things but I just can't figure this out. LinkedIn's documentation is horrible...
All I need to do is simple: I need to search for a company ...
0
votes
3answers
96 views
Is there documentation for Apple's Objective C/Cocoa API directly accessible through XCode?
I can't find a way to mouse over or right click Objects and their members and get more information on them than the members they contain (for objects) or the arguments they take (for methods).
...
9
votes
3answers
193 views
Programmatic access to Java documentation
Is there an api to programmatically access to the Java documentation? Something similar to what editors/IDEs like Eclipse do for IntelliSense. Surely, the javadoc generated html can be parsed and ...
0
votes
1answer
83 views
ConferenceXP Api Documentation
Is there any documentation for the Microsoft's ConferenceXP API?I'm thinking like something of msdn style.Thanks
1
vote
1answer
91 views
Api Documentation and Enum Semantics
I am creating API documentation for my REST web services. The requests and responses contain some enums, but what is a good section title to describe these. The title "Enumerations" sound to ...
1
vote
0answers
135 views
Tool for generating API documentation [closed]
I am not talking about tools like phpdoc or apigen (miss-leading name).
I'm creating a variety of REST inspired services and would like to generate documentation for them. Basically all the info is ...
1
vote
2answers
140 views
Python dir command to determine the methods
I am using Python's dir() function to determine what attributes and methods a class has.
For example to determine the methods in wx.Frame, I use dir(wx.Frame)
Is there any command to determine the ...
3
votes
1answer
197 views
Documentation for android cts api
I am trying to find out documentation for android cts, I downloaded the zip file for android-cts and it had a docs folder however it was empty, what i am targeting is a documentation for testCases ...
2
votes
2answers
132 views
get API documentation for Clojure libraries
I'm new to Clojure, and I would like to know where is all the documentation
for all the libraries such as those found on clojars.org?
for example using lein I do the following to the project.clj
...
1
vote
1answer
95 views
IE BHO screenshot
Where would I find the API that I can call from a BHO?
Basically I need to figure out how long will it take to build a screnshot functionality inside IE.
I have done the same research for FF and it ...
1
vote
1answer
324 views
web2py form creation
I'm trying to create a form in web2py.
I'm not sure on the correct syntax and don't understand from the examples in the site how this is done. Could someone give a better explanation?
How is a ...
1
vote
1answer
1k views
REST Documentation Template
I am in the process of writing my own RESTful API and want to document it as I go along. I was wondering if anyone has any recommendations for a tool that would help with the documentation process? I ...
0
votes
1answer
3k views
Google docs list API PHP
I want to add a list of my google docs on my website(not a google site) but I don't want to copy-paste the link of the docs one by one. The code of my website is mostly in PHP. I am unable to find a ...
0
votes
2answers
40 views
When I'm looking for a particular iPhone feature for my iPhone app, how do I know what class or framework to look for in Xcode documentation?
When I'm looking for a particular iPhone feature for my iPhone/iPad app, how do I know what class or framework to look for in Xcode documentation?
0
votes
1answer
183 views
Can't install/find Google APIs documentation in eclipse
I just set up eclipse for android application development by manually downloading the android SDK components. I created a project and the normal android documentation(pop-up) works fine while coding.
...
15
votes
3answers
586 views
How to read API documentation for newbs?
I'm reading through the JavaScript scripting guide for Photoshop, Illustrator and InDesign. The API is really hard to read because it assumes I know certain shorthand conventions. The problem is not ...



