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:
Size | Description |
---|---|
small | 75x75 square |
thumbnail | 100 on longest side |
medium | 240 on longest side |
normal | 500 on longest side |
big | 1024 on longest side |
original | original 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.