apichick

Results 9 issues of apichick

### What happened? I was checking this example ``` sdks/python/apache_beam/examples/snippets/snippets.py ``` And I think there might be an issue with this line of code ``` file_handle.seek(tracker.current_restriction.start()) ``` It should be...

python
examples
bug
P2

Could you clarify why the transaction id is necessary? Wouldn't it be enough to check if the user is logged in?

This is the implicit grant flow: 1.- Authorization Request: https://$org-$env.$api_domain/oauth/authorize?response_type=token&client_id=$consumerkey&redirect_uri=$callback&scope=READ&state=foobar 2.- The API Provider Login Page Redirection URI: https://$org-$env.$api_domain/oauth/samplelogingpage?client_id={request.queryparam.client_id}&response_type={request.queryparam.response_type}&scope={request.queryparam.scope} 3.- On successful authentication, login application invokes this url and it...

Would it be possible to add support for world-parameters? Thanks

This is a PR to add the google_apigee_api resource ```release-note:new-resource `google_apigee_api` ```

awaiting-approval