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

It is not clear what "client_id" means at API documentation #10

Open
bebraw opened this issue Oct 12, 2013 · 0 comments
Open

It is not clear what "client_id" means at API documentation #10

bebraw opened this issue Oct 12, 2013 · 0 comments

Comments

@bebraw
Copy link

bebraw commented Oct 12, 2013

Hi,

I am trying to fetch some statistics related to individual files served via osscdn. So far I've tried the following:

  • reports/statsbyfilename.json/monthly
  • clients/reports/statsbyfilename.json/monthly

Both yield

{ code: 200,
  data:
   { page: 1,
     pages: 0,
     page_size: '50',
     current_page_size: 0,
     total: '0',
     statsbyfilename: [],
     summary:
      { '200': null,
        '206': null,
        '404': null,
        hit: null,
        size: null,
        '2xx': null,
        '3xx': null,
        '4xx': null,
        '5xx': null } } }

That isn't very useful. Can you please tell me what that client_id refers to and how to attain it? The examples seem to use blank there.

A couple of other notes:

  • The node examples at your docs should not have a slash prefix. This will fail with the current Node.js bindings.
  • List Stats By File Name and Zone Id appears to be broken/disabled. The example response appears to be Non functional. It took a while for me to notice that. If it doesn't work why to have it in the documentation in the first place?
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

1 participant