We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
But that is already implemented as link, right?
// Statistics return a stats about a photo with id. func (ps *PhotosService) Statistics(id string, opt *StatsOpt) (*PhotoStatistics, *Response, error) { ... endpoint := fmt.Sprintf("%v/%v/statistics", getEndpoint(photos), id)
And also currently there isn't any api with /photos/:id/stats, maybe deprecated, can you please verify? link
/photos/:id/stats
// Stats return a stats about a photo with id. func (ps *PhotosService) Stats(id string) (*PhotoStats, *Response, error) { ... endpoint := fmt.Sprintf("%v/%v/stats", getEndpoint(photos), id)
Sorry, something went wrong.
The response on stats and statistics are different. The endpoint is deprecated and unsupported now and we should remove it from this library as well.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: