nominal-api 0.1257.0

API bindings for the Nominal platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[doc(inline)]
pub use self::dataset_metadata_service::{
    DatasetMetadataService, AsyncDatasetMetadataService, DatasetMetadataServiceEndpoints,
    AsyncDatasetMetadataServiceEndpoints,
};
#[doc(inline)]
pub use self::deprecated_dataset_metadata_service::{
    DeprecatedDatasetMetadataService, AsyncDeprecatedDatasetMetadataService,
    DeprecatedDatasetMetadataServiceEndpoints,
    AsyncDeprecatedDatasetMetadataServiceEndpoints,
};
pub mod dataset_metadata_service;
pub mod deprecated_dataset_metadata_service;