- Producten
- Tarieven
Smartpart Portal
Vanaf €899,- per maand per bedrijf
Smartpart Automate
Vanaf €199,- per maand per bedrijf
Smartpart Desktop
Vanaf €29,- per maand per gebruiker
- Technologie
- Developers
- Bedrijf
def post_file (self, filename):
url + ''http//api/smartpart/com/v1/files/''
headers = { ''Authorization'' : Bearer '' + self.access }
files = {''file'': open (filename, ''rb'' )}
r = request.post (url, headers=headers, files=files)
with open (''fileId.txt'', ''w'') as outfile:
outfile.write(r.text)