# Documentation The main objective of this library is to provide a standard way to make requests for data so they can be then adapted to the widget that consumes them. There are several classes that allow you to make requests with different purposes. The classes are as follows: ## Request - [Request](request/Request.md) - [RequestAPI](request/RequestAPI.md) - [RequestChain](request/RequestChain.md) - [RequestApiMock](request/RequestApiMock.md) - [RequestCustom](request/RequestApiCustom.md) ## Structures - [Animated map](structure/index.md#animated-map) - [Availability time line](structure/index.md#vailability-time-line) - [Bubble](structure/index.md#bubble) - [Chord](structure/index.md#chord) - [Flame graph](structure/index.md#flame-graph) - [Funnel](structure/index.md#funnel) - [Gauge](structure/index.md#gauge) - [Google color map](structure/index.md#google-color-map) - [Google map](structure/index.md#google-map) - [Graph](structure/index.md#graph) - [Heat calendar](structure/index.md#heat-calendar) - [Pew pew map](structure/index.md#pew-pew-map) - [Pie](structure/index.md#pie) - [Pie layered](structure/index.md#pie-layered) - [Punch card](structure/index.md#punch-card) - [Rag](structure/index.md#rag) - [Series](structure/index.md#series) - [Table](structure/index.md#table) - [Time head map](structure/index.md#time-head-map) - [Tree](structure/index.md#tree) - [Voronoi](structure/index.md#voronoi)