- Sep 02, 2016
-
-
Vytor Calixto authored
Route /cities/ibge/:id removed also Do not tell people I did that
-
- Aug 31, 2016
-
-
Vytor Calixto authored
-
- Aug 25, 2016
-
-
Vytor Calixto authored
EXAMPLE USAGE: * Use it with no parameters to get all the dimensions in the query: `app.get('/', dimensions(), function(req, res, next){})` * Use it with an array of accepted values: `app.get('/', dimensions(['year', 'location']), function(req, res, next){})` * Use it globally: `app.use(dimensions())`
-
- Aug 09, 2016
-
-
Vytor Calixto authored
-
- Aug 08, 2016
-
-
Vytor Calixto authored
Related: #8
-
- Jul 25, 2016
-
-
Vytor Calixto authored
-
- Jul 12, 2016
-
-
Vytor Calixto authored
-
Vytor Calixto authored
-
- Jul 11, 2016
-
-
João Victor Risso authored
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
Vytor Calixto authored
Closes #6
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
- Jul 08, 2016
-
-
Vytor Calixto authored
-
Vytor Calixto authored
-
João Victor Risso authored
- Rename /matriculas to /enrollments - Add initial support for parameters in the enrollments route
-
Vytor Calixto authored
-
Lucas Gabriel Lima authored
-
Lucas Gabriel Lima authored
-
Vytor Calixto authored
-
- Jul 07, 2016
-
-
Vytor Calixto authored
-
- Jul 06, 2016
-
-
Vytor Calixto authored
Related: #3
-
João Victor Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@c3sl.ufpr.br>
-
- Jul 01, 2016
-
-
João Victor Risso authored
Implement the following aggregations: - per-state - per-region - country In order to use these queries one should use the /api/v1/matriculas route. When the 'agregar' query parameter is set, one could use the values 'estado' and 'regiao' to run the aggregation for state and region, respectively. Otherwise, if no parameters are supplied, it defaults to the whole country aggregation query.
-
- Jun 24, 2016
-
-
Vytor Calixto authored
Not following any specs
-
- Jun 15, 2016
-
-
Vytor Calixto authored
-