HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    HuduAPI Client Tutorials

    These basic tutorials will run through how to use the library. Another great source of examples is the test project included as part of the solution. Obviously your tests will fail until you update many of the tests values to match records in your hudu instance. But its a great way to see how to use the library.

    Get a AssetLayouts

    All Endpoints have at least 1 Get method, many have multiple overloads available. All Endpoints follow the exact same pattern of usage as outlined in the get tutorial page.

    Create Asset

    Not all Hudu API endpoints have a create method available, but for those that do all implementations in this library follow the same basic approach. Build the required parameters and then call the create method on the endopoint object. See the examples on the create tutorial page.

    Update Asset

    Not all Hudu API endpoints have an update method available, but for those that do all implementations in this library follow the same basic approach. Build the required parameters and then call the update method on the endopoint object. See the exmaples on the update tutorial page.

    Archive Asset

    Not all Hudu API endpoints have an Archive method, but those that do are easy to call using the tutorial provided on the Arhive page.

    Delete Asset

    Not all Hudu API endpoints have a delete method, but those that do are easy to call using the tutorial provided on the Delete page.

    © Dracon80. All rights reserved.