olp.RevitServerParser 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package olp.RevitServerParser --version 1.0.0
NuGet\Install-Package olp.RevitServerParser -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="olp.RevitServerParser" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add olp.RevitServerParser --version 1.0.0
#r "nuget: olp.RevitServerParser, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install olp.RevitServerParser as a Cake Addin
#addin nuget:?package=olp.RevitServerParser&version=1.0.0

// Install olp.RevitServerParser as a Cake Tool
#tool nuget:?package=olp.RevitServerParser&version=1.0.0

use HttpClient extensions:

//host = "srv1", year = 2022

  • var folderContent = await client.GetFolderContent(host, year);

  • var hist = await client.GetHistory(host, year, $"{projectName}|{secttion}|{model}");

  • var parser = new ServerParser(host, year, client);
    var server = await parser.ParseServer();

    more details see in file HttpClientExtensions.cs or in Tests

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.0 143 2/15/2024
1.6.0 95 2/7/2024
1.5.0 78 2/2/2024
1.4.0 105 1/18/2024
1.3.0 83 1/17/2024
1.2.0 86 1/16/2024
1.1.0 85 1/16/2024
1.0.0 82 1/10/2024