Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Name      

Parameter        

Description

format

json, xml

Output format

Example Request

https://play.sunet.se.sunet.se/api/v1/videoImage Removed

Code Block
import requests
import json

headers = {
        'content-type': 'application/json',
        'x-mds-username': '<username>',
        'x-mds-api-key': '<key>'
}
requests.get('https://play.sunet.se/api/v1/video', headers=headers, verify=True)

...