Skip to content

ParamountVentures/remedy_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Database configuration is in ./config/db_settings.py

Set which database instance to use at the top of app.py

then:

$ docker run docker run --rm -d -p 5002:5000 remedy-api

Querying the API

Accepted params:

  • start date formatted as "%Y-%m-%d"
  • end date formatted as "%Y-%m-%d"
  • per_page integer, max 500, numbers over this amount will default to 500
  • page integer, offset for query

About

Endpoint for call topic category counts by day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Dockerfile 1.5%