Python Url Function
Overview
Scripts
from davinci.python import url
data = url('https://server.com/data.json')
Authentication Mechanism
The url function will send authentication information to any server that it contacts, if that information has
been configured for the desired server.
- .env file
- authenticaion tokens can be set up in the standard .env envirnoment variable file
- davinci platform tokens
- for users with an account on the davinci platform, any tokens that are configure on the platform
will be included in requests made with the url function, if the user has logged into the platform prior
to running their code.