-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
How exactly to retrieve the export content is missing from the documentation. I thought it was going to be straightforward, like the two attempts I made below, but neither are working, resulting in a "No route found" error. Same if I copy and paste the full link into my browser. Can you add this clarification?
r = EC.exports.make_request('GET','https://exportcomments.com/api/v2/export/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json')
r = requests.get('https://exportcomments.com/api/v2/export/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json')
{'code': 404,
'success': False,
'data': {},
'message': 'No route found for "GET /api/v2/exports/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json"',
'errors': ['No route found for "GET /api/v2/exports/46e027c09b02e81f10f30f02697b8eff-976ec1e1-86e9-471c-ad72-4c138065505b.json"'],
'error_type': None}
iberflow and iadesarrollos
Metadata
Metadata
Assignees
Labels
No labels