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

https://github.com/byndyusoft/byndyusoft.net.http

This package adds some extensions to System.Net.Http
https://github.com/byndyusoft/byndyusoft.net.http

byndyusoft http net

Last synced: about 2 months ago
JSON representation

This package adds some extensions to System.Net.Http

Awesome Lists containing this project

README

          

[![(License)](https://img.shields.io/github/license/Byndyusoft/Byndyusoft.Net.Http.svg)](LICENSE.txt)
[![Nuget](http://img.shields.io/nuget/v/Byndyusoft.Net.Http.svg?maxAge=10800)](https://www.nuget.org/packages/Byndyusoft.Net.Http/) [![NuGet downloads](https://img.shields.io/nuget/dt/Byndyusoft.Net.Http.svg)](https://www.nuget.org/packages/Byndyusoft.Net.Http/)

## Installing

```shell
dotnet add package Byndyusoft.Net.Http
```

# Contributing

To contribute, you will need to setup your local environment, see [prerequisites](#prerequisites). For the contribution and workflow guide, see [package development lifecycle](#package-development-lifecycle).

A detailed overview on how to contribute can be found in the [contributing guide](CONTRIBUTING.md).

## Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

- Git - [Download & Install Git](https://git-scm.com/downloads). OSX and Linux machines typically have this already installed.
- .NET Core (version 3.1 or higher) - [Download & Install .NET Core](https://dotnet.microsoft.com/download/dotnet/3.1).

## General folders layout

### src
- source code

### tests

- unit-tests

## Package development lifecycle

- Implement package logic in `src`
- Add or addapt unit-tests (prefer before and simultaneously with coding) in `tests`
- Add or change the documentation as needed
- Open pull request in the correct branch. Target the project's `master` branch

# Maintainers

[github.maintain@byndyusoft.com](mailto:github.maintain@byndyusoft.com)