https://github.com/guibranco/locaweb-servidores-sdk-dotnet
:computer: :cloud: Locaweb Servidores SDK .NET
https://github.com/guibranco/locaweb-servidores-sdk-dotnet
api dotnet dotnet-core dotnet-framework dotnet-standard locaweb locaweb-servidores nuget nuget-package sdk server servidores
Last synced: 7 months ago
JSON representation
:computer: :cloud: Locaweb Servidores SDK .NET
- Host: GitHub
- URL: https://github.com/guibranco/locaweb-servidores-sdk-dotnet
- Owner: guibranco
- License: mit
- Created: 2023-07-02T11:56:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:30:09.000Z (over 1 year ago)
- Last Synced: 2024-04-08T02:13:36.280Z (over 1 year ago)
- Topics: api, dotnet, dotnet-core, dotnet-framework, dotnet-standard, locaweb, locaweb-servidores, nuget, nuget-package, sdk, server, servidores
- Language: C#
- Homepage: https://guibranco.github.io/locaweb-servidores-sdk-dotnet/
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Locaweb Servidores SDK .NET
Locaweb Servidores API Client SDK for .NET projects
[](https://github.com/guibranco/locaweb-servidores-sdk-dotnet)
[](https://wakatime.com/badge/github/guibranco/locaweb-servidores-sdk-dotnet)
## CI/CD
| Build status | Last commit | Tests | Coverage | Code Smells | LoC |
|--------------|-------------|-------|-------|-------|-------|
| [](https://ci.appveyor.com/project/guibranco/locaweb-servidores-sdk-dotnet) | [](https://github.com/guibranco/locaweb-servidores-sdk-dotnet) | [](https://ci.appveyor.com/project/guibranco/locaweb-servidores-sdk-dotnet/branch/main/tests) | [](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet) | [](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet) | [](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet) |## Code Quality (main branch)
[](https://www.codacy.com/gh/guibranco/locaweb-servidores-sdk-dotnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=gguibranco/locaweb-servidores-sdk-dotnet&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/guibranco/locaweb-servidores-sdk-dotnet/dashboard?utm_source=github.com&utm_medium=referral&utm_content=guibranco/locaweb-servidores-sdk-dotnet&utm_campaign=Badge_Coverage)[](https://codecov.io/gh/guibranco/locaweb-servidores-sdk-dotnet)
[](https://www.codefactor.io/repository/github/guibranco/locaweb-servidores-sdk-dotnet)[](https://codeclimate.com/github/guibranco/locaweb-servidores-sdk-dotnet/maintainability)
[](https://codeclimate.com/github/guibranco/locaweb-servidores-sdk-dotnet/test_coverage)[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)
[](https://sonarcloud.io/dashboard?id=guibranco_locaweb-servidores-sdk-dotnet)[](https://app.deepsource.com/gh/guibranco/locaweb-servidores-sdk-dotnet/?ref=repository-badge)
---
## Installation
### Github Releases
[](https://github.com/guibranco/locaweb-servidores-sdk-dotnet) [](https://github.com/guibranco/locaweb-servidores-sdk-dotnet)
Download the latest zip file from the [Release](https://github.com/guibranco/locaweb-servidores-sdk-dotnet/releases) page.
### Nuget package manager
[](https://www.nuget.org/packages/LocawebServidores/)
[](https://www.nuget.org/packages/LocawebServidores/)| Package | Version | Downloads |
|------------------|:-------:|:-------:|
| **LocawebServidores** | [](https://www.nuget.org/packages/LocawebServidores/) | [](https://www.nuget.org/packages/LocawebServidores/) |---
## Features
Implements all features of Project name API available at [API de Servidores](https://developer.locaweb.com.br/documentacoes/apiservidores/)
- Feature #1
- Feature #2
- Feature #3
- Feature #N---
## Usage
```cs
//sample CSharp code showing how to use the lib
var client = new LocawebServidoresClient();
client.CallSomeMethod();```
---