Skip to content

Repository files navigation

OSDU Client

SCM Compliance

Installation

The packages are published to GitHub Packages:

  • Osdu.Client - the core OSDU API client.
  • Osdu.Client.Extensions - optional extensions (e.g. caching, querying helpers) built on top of Osdu.Client.

Add the Equinor NuGet feed (once per machine), then install the package(s) you need:

dotnet nuget add source "https://nuget.pkg.github.com/equinor/index.json" \
  --name equinor-github \
  --username <your-github-username> \
  --password <your-github-personal-access-token>

dotnet add package Osdu.Client
dotnet add package Osdu.Client.Extensions

The personal access token needs the read:packages scope. Generate one at github.com/settings/tokens.

Contributing

See CONTRIBUTING.md for guidelines on how to contribute to this project.

About

A .NET client library providing typed HTTP clients for OSDU platform APIs.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages