USNAN Python SDK/Getting Started: Revision history

From Network for Advanced NMR
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 October 2025

  • curprev 17:4117:41, 7 October 2025 Mmaciejewski talk contribs 1,676 bytes +19 No edit summary
  • curprev 17:2817:28, 7 October 2025 Mmaciejewski talk contribs 1,657 bytes +1,657 Created page with "= '''Getting Started with the USNAN Python SDK''' = == '''Creating a Client''' == The core entry point is the '''USNANClient''' class. <syntaxhighlight lang="python"> import usnan client = usnan.USNANClient() </syntaxhighlight> By default, it connects to the public API at: <syntaxhighlight> https://dev.api.nmrhub.org </syntaxhighlight> Optional parameters: * '''base_url''' – override the API endpoint * '''timeout''' – request timeout in seconds * '''num_retries''..."