Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
  2. Aug 31, 2016
  3. Aug 25, 2016
    • Vytor Calixto's avatar
      Add dimensions middleware · 73273083
      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())`
      73273083
  4. Aug 09, 2016
  5. Aug 08, 2016
  6. Jul 25, 2016
  7. Jul 12, 2016
  8. Jul 11, 2016
  9. Jul 08, 2016
  10. Jul 07, 2016
  11. Jul 06, 2016
  12. Jul 01, 2016
    • João Victor Risso's avatar
      Implement matriculas in the API · da577da6
      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.
      Unverified
      da577da6
  13. Jun 24, 2016
  14. Jun 15, 2016
Loading