Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIs about a specific fiddle #180

Closed
nicooprat opened this issue May 20, 2012 · 7 comments
Closed

APIs about a specific fiddle #180

nicooprat opened this issue May 20, 2012 · 7 comments

Comments

@nicooprat
Copy link

Hi,

I'm thinking about creating a service based on jsFiddle. I took a look at the documentation and I think I'll miss some informations. I already read http://doc.jsfiddle.net/api/fiddles.html but I'm afraid there's nothing to get informations about a specific fiddle.

Some things I would need :

  • URL to fetch, something like http://jsfiddle.net/nicooprat/k8ekc/json
  • same infos that we get when listing user's fiddles (see link above)
  • the parent fiddle which this one has been forked from (if there's one)
  • the HTML, CSS and JS code (in order to create some kind of a "download fiddle" link)

Maybe I'll think about more things later... What do you guys think about this feature ?

@zalun
Copy link
Member

zalun commented May 21, 2012

  • URL to fetch is provided in this API
  • title and description is there if provided by the author
  • parent fiddle is not stored as for now (this will come in beta)
  • you can get the source of the snippets by adding show_html/ show_js/ or show_css/ to the URL

@nicooprat
Copy link
Author

  • Yes, an URL is provided, but this is the one for displaying all user's fiddles, and not all informations about a specific one, am I wrong ?
  • OK for title and description
  • OK for parent fiddle, good news
  • Nice, this tip isn't specified in the documentation, is it ?

@zalun
Copy link
Member

zalun commented May 30, 2012

(URL) indeed - nothing like this at the moment, we are working on full REST API for beta
this is not documented as we don't want to keep the promise it will exist in beta

@nicooprat
Copy link
Author

Would be awesome. Dummy question : any idea of a release date for the beta ?

@zalun
Copy link
Member

zalun commented May 30, 2012

It's not a dummy question, it takes too long already, but still no ETA

@shaekuronen
Copy link

Is there any update on this request?

@oskarkrawczyk
Copy link
Member

Sorry, this is not going to happen. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants