Provides API endpoints related to tag routes
Summary
Functions
Multiple Tag Documents
Functions
@spec multiple_tag_documents_v2_usercollection_tag_get(opts :: keyword()) :: {:ok, ExOura.Client.MultiDocumentResponseDict.t() | ExOura.Client.MultiDocumentResponseTagModel.t()} | {:error, ExOura.Client.HTTPValidationError.t()}
Multiple Tag Documents
Options
start_dateend_datenext_tokenfields: N/A. This route does not support field selection yet, all fields will be returned.
@spec single_tag_document_v2_usercollection_tag_document_id_get( document_id :: String.t(), opts :: keyword() ) :: {:ok, ExOura.Client.TagModel.t()} | {:error, ExOura.Client.HTTPValidationError.t()}
Single Tag Document