Br.Com.Parallelum.Fipe
1.0.4
See the version list below for details.
dotnet add package Br.Com.Parallelum.Fipe --version 1.0.4
NuGet\Install-Package Br.Com.Parallelum.Fipe -Version 1.0.4
<PackageReference Include="Br.Com.Parallelum.Fipe" Version="1.0.4" />
paket add Br.Com.Parallelum.Fipe --version 1.0.4
#r "nuget: Br.Com.Parallelum.Fipe, 1.0.4"
// Install Br.Com.Parallelum.Fipe as a Cake Addin #addin nuget:?package=Br.Com.Parallelum.Fipe&version=1.0.4 // Install Br.Com.Parallelum.Fipe as a Cake Tool #tool nuget:?package=Br.Com.Parallelum.Fipe&version=1.0.4
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.
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.
A API está online desde 2015 e totalmente gratuíta. Gostaria que ele continuasse gratuíta? O que acha de me pagar uma cerveja? 🍺
Available SDKs
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 2.0.0
- SDK version: 1.0.4
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit https://github.com/deividfortuna/fipe
Frameworks supported
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
- UWP >=10.0
Dependencies
- FubarCoder.RestSharp.Portable.Core >=4.0.7
- FubarCoder.RestSharp.Portable.HttpClient >=4.0.7
- Newtonsoft.Json >=10.0.3
Installation
Generate the DLL using your preferred tool
Then include the DLL (under the bin
folder) in the C# project, and use the namespaces:
using Br.Com.Parallelum.Fipe.Api;
using Br.Com.Parallelum.Fipe.Client;
using Br.Com.Parallelum.Fipe.Model;
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.Default.BasePath = "https://parallelum.com.br/fipe/api/v2";
var apiInstance = new FipeApi(Configuration.Default);
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);
}
}
}
}
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 |
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.
Updated documentation