Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experimental catcher URL for time series API #14

Closed
epogrebnyak opened this issue Sep 14, 2017 · 2 comments
Closed

experimental catcher URL for time series API #14

epogrebnyak opened this issue Sep 14, 2017 · 2 comments

Comments

@epogrebnyak
Copy link
Collaborator

epogrebnyak commented Sep 14, 2017

Need to use parts of this code https://github.com/mini-kep/frontend-app/blob/master/apps/helpers/_url_decomposer.py to come up with these app urls, or almost close to this.

@epogrebnyak
Copy link
Collaborator Author

epogrebnyak commented Sep 15, 2017

The catcher json must be None for missing fileds:

http://mini-kep.herokuapp.com/ru/series/BRENT/m/eop/

   
agg "eop"
domain "ru"
end  
frequency "m"
rate  
start null
varname "BRENT"

@epogrebnyak
Copy link
Collaborator Author

Now returns:

{
  "agg": "eop", 
  "domain": "ru", 
  "end": null, 
  "frequency": "m", 
  "rate": null, 
  "start": null, 
  "varname": "BRENT"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants