Jump to content

The Mark 5 API Documentation.


Foxtrot

Recommended Posts

Thanks for cleaning up the wiki guys -- looks great.

Having recently written (then later accidentally deleting) an infusion based on the new API, I must say it is very friendly. I think the next steps might be to make an example infusion with commented code snippets on API usage for new developers.

Link to comment
Share on other sites

Thanks for cleaning up the wiki guys -- looks great.

Having recently written (then later accidentally deleting) an infusion based on the new API, I must say it is very friendly. I think the next steps might be to make an example infusion with commented code snippets on API usage for new developers.

That woud be great.. As a Software Quality Assurance it´s great to learn "How To"´s with examples (It´s hard to know all the diferent programing languages but not that hard to understand it)

Link to comment
Share on other sites

That woud be great.. As a Software Quality Assurance it´s great to learn "How To"´s with examples (It´s hard to know all the diferent programing languages but not that hard to understand it)

I see it the same way .... jejejejej

Link to comment
Share on other sites

  • 4 months later...

regarding the API documentation, I have been experimenting with creating infusions, and using the code example for noficiations, I cant seem to get it to work, even directly copying the example and editing with my infusion's name doesnt seem to work ... I would really appreciate it if someone could help me figure out why its not working...

edit, referring to the javascript api.

edit2:

I think i figured out the problem ....

function refreshSmall();

{

refreshSmallTile(ExampleInfusion);

notify('You used the Refresh button!');

}

should be

function refreshSmall()

{

refreshSmallTile(ExampleInfusion);

notify('You used the Refresh button!');

}

I made the change and got it to work...

Edited by chreestopher
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...