Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:57, 21 November 2024 Iwiseman talk contribs created page Curl (Created page with "=Introduction= This page is to just keep usage of curl for getting data =Getting Access Tokens= <syntaxhighlight lang="bash"> export OAUTH_HOST= export TENANT_ID= export CLIENT_ID= export CLIENT_SECRET= export SCOPE= export DATA_FILE= </syntaxhighlight> Here is how to get an Access Token <syntaxhighlight lang="bash"> export AUTHORIZATION_JSON=$(curl --location --request POST "${OAUTH_HOST}/${TENANT_ID}/oauth2/v2.0/token" \ --header 'Content-Type: application/x-www...")