com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Digit2image

The Digit2image mashup sample demonstrates the using of a flickr API. It returns the URL of the image, that contains a picture of the size and number specified by the user.

Building the sample

For more information, see Building Mashup Samples.

Running the client

You can try this mashup service with Try It.

operation 'digit2image'

The digit parameter must be a single digit from 0 to 9. The size parameter should be one of the following:

SizeDescription
small75x75 square
thumbnail100 on longest side
medium240 on longest side
normal500 on longest side
big1024 on longest side
originaloriginal image

Example request

<body>
<p:digit2image xmlns:p="http://services.mashup.wso2.org/digit2image?xsd">
<digit>1</digit>
<size>small</size>
</p:digit2image>
</body>
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.