vue-gapi icon indicating copy to clipboard operation
vue-gapi copied to clipboard

Improve documentation examples

Open namoscato opened this issue 3 years ago • 3 comments

The method-scoped Reference examples aren't very helpful and essentially just illustrate the method interface.

Perhaps we introduce a high-level examples / recipes section with some more comprehensive examples (that interact with multiple methods), i.e.

  • basic login / logout, detecting authenticated state
  • offline / refresh token stuff

namoscato avatar Jan 07 '21 12:01 namoscato

I would love this. I'm really new to Vue. I'm trying to update a spreadsheet with data from Vue, and I can't really tell if this is what I need or not.

CynthiaBlue avatar Jan 26 '21 22:01 CynthiaBlue

@CynthiaBlue, sorry for the delayed response, but I hope you've learned a little bit about Vue.js since!

I just added a more comprehensive authentication example which should hopefully give you a better idea about what this library is about. We'll try to add some more examples over time, but hopefully this is helpful in the meantime.

namoscato avatar Mar 27 '21 17:03 namoscato

I'm also very new to Vue and unfortunately that example didn't help a lot, especially since I'm on a Vue-CLI

SFdmpg avatar Sep 08 '21 21:09 SFdmpg