Br.Com.Parallelum.Fipe
1.0.1
See the version list below for details.
dotnet add package Br.Com.Parallelum.Fipe --version 1.0.1
NuGet\Install-Package Br.Com.Parallelum.Fipe -Version 1.0.1
<PackageReference Include="Br.Com.Parallelum.Fipe" Version="1.0.1" />
paket add Br.Com.Parallelum.Fipe --version 1.0.1
#r "nuget: Br.Com.Parallelum.Fipe, 1.0.1"
// Install Br.Com.Parallelum.Fipe as a Cake Addin #addin nuget:?package=Br.Com.Parallelum.Fipe&version=1.0.1 // Install Br.Com.Parallelum.Fipe as a Cake Tool #tool nuget:?package=Br.Com.Parallelum.Fipe&version=1.0.1
Br.Com.Parallelum.Fipe - the C# library for the Fipe API
API de Consulta Tabela FIPE fornece preços médios de veículos no mercado nacional. Atualizada mensalmente com dados extraidos da tabela FIPE <p>Essa API Fipe utiliza banco de dados próprio, onde todas as requisições acontecem internamente, sem sobrecarregar o Web Service da Fipe, evitando assim bloqueios por múltiplos acessos.<p/> <p>A API está online desde 2015 e totalmente gratuíta. Gostaria que ele continuasse gratuíta? O que acha de me pagar uma cerveja? 🍺<p/> <br><br> <h3>Available SDKs</h3> Fipe Go SDK <br> Fipe .NetCore Nuget
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 2.0.0
- SDK version: 1.0.0
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit https://github.com/deividfortuna/fipe
<a name="frameworks-supported"></a>
Frameworks supported
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
<a name="dependencies"></a>
Dependencies
- RestSharp - 106.11.7 or later
- Json.NET - 12.0.3 or later
- JsonSubTypes - 1.8.0 or later
- System.ComponentModel.Annotations - 5.0.0 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
Install-Package System.ComponentModel.Annotations
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742. NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See RestSharp#1406.
<a name="installation"></a>
Installation
Install-Package Br.Com.Parallelum.Fipe -Version 1.0.0
<a name="usage"></a>
Usage
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
<a name="getting-started"></a>
Getting Started
using System.Collections.Generic;
using System.Diagnostics;
using Br.Com.Parallelum.Fipe.Api;
using Br.Com.Parallelum.Fipe.Client;
using Br.Com.Parallelum.Fipe.Model;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://parallelum.com.br/fipe/api/v2";
var apiInstance = new FipeApi(config);
var vehicleType = ; // VehiclesType | Type of vehicle
try
{
// Brands by type
List<NamedCode> result = apiInstance.GetBrandsByType(vehicleType);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling FipeApi.GetBrandsByType: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}
<a name="documentation-for-api-endpoints"></a>
Documentation for API Endpoints
All URIs are relative to https://parallelum.com.br/fipe/api/v2
Class | Method | HTTP request | Description |
---|---|---|---|
FipeApi | GetBrandsByType | GET /{vehicleType}/brands | Brands by type |
FipeApi | GetFipeInfo | GET /{vehicleType}/brands/{brandId}/models/{modelId}/years/{yearId} | Fipe info |
FipeApi | GetModelsByBrand | GET /{vehicleType}/brands/{brandId}/models | Models by brand |
FipeApi | GetReferences | GET /references | Fipe month references |
FipeApi | GetYearByModel | GET /{vehicleType}/brands/{brandId}/models/{modelId}/years | Years for model |
<a name="documentation-for-models"></a>
Documentation for Models
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.3)
- Polly (>= 7.2.1)
- RestSharp (>= 106.11.7)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor update