Rapportsystem API
- of D03N
Hovedprosjekt FiV Programmering 20-24
Loading...
Searching...
No Matches
apiKeyAuth.py
Go to the documentation of this file.
1
#settings for api key
2
API_KEY_SETTINGS = {
3
'apiKey'
: {
4
'type'
:
'apiKey'
,
5
'in'
:
'header'
,
6
'name'
:
'x-api-key'
7
}
8
}
rapportsystem-backend
authorization
apiKeyAuth.py
Generated by
1.10.0