An open API service indexing awesome lists of open source software.

https://github.com/devpro/servicenow-dotnet-client

.NET client for ServiceNow
https://github.com/devpro/servicenow-dotnet-client

aspnet csharp dotnet nuget rest-client servicenow servicenow-api

Last synced: 5 months ago
JSON representation

.NET client for ServiceNow

Awesome Lists containing this project

README

          

# ServiceNow .NET Client

[![GitLab Pipeline Status](https://gitlab.com/devpro-labs/software/servicenow-dotnet-client/badges/main/pipeline.svg)](https://gitlab.com/devpro-labs/software/servicenow-dotnet-client/-/pipelines)
[![coverage report](https://gitlab.com/devpro-labs/software/servicenow-dotnet-client/badges/main/coverage.svg)](https://gitlab.com/devpro-labs/software/servicenow-dotnet-client/-/commits/main)
[![Nuget](https://img.shields.io/nuget/v/RabbidsIncubator.ServiceNowClient.Application.svg)](https://www.nuget.org/packages/RabbidsIncubator.ServiceNowClient.Application)

.NET components (API & libraries) to simplify the integration with [ServiceNow](https://www.servicenow.com/), from any system (Linux, MacOS, Windows).

## Getting started

* [Quickstart](./docs/quickstart.md) to get an application running in 5 minutes

* [Contribution](./docs/contribution.md) to run locally the solution and push code changes

## Going further

* [Authentication](./docs/authentication.md) to secure the application

* [Automation](./docs/automation.md) to know about the Continuous Integration and Delivery pipeline

* [Dependencies](./docs/dependencies.md) to view the dependencies (in particular the link with ServiceNow)

* [Design](./docs/design.md) to understand the software design of the solution

* [Observability](./docs/automation.md) to monitor and measure the application