Skip to content
Snippets Groups Projects
Commit 810b3959 authored by Hugh Dickinson's avatar Hugh Dickinson
Browse files
Merging from remote.
parents 3c55cd66 4147c1de
No related branches found
No related tags found
No related merge requests found
from shopping_client import shopping_client
# this is very raw.
# Officially it doesn't work because a AAI token is required,
# but in 'development mode' that part is skipped in the backend, so that the results are returned anyway
# A proper client should log in with AAI though.
client = shopping_client(username="vermaas",host="http://localhost:5555/")
client.get_basket()
import pandas as pd
import requests
import json
import os
import urllib.parse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment