rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Basic Example #4

Closed theglowingman closed 5 years ago

theglowingman commented 5 years ago

Hello, could you please provide a basic example of setting up and connection with an Auth token and then requesting the CurrentUser from zoho? I'm not that great of a coder and I'm struggling to understand how the wrapper works. Thanks.

TimCummings commented 5 years ago

I've only just dipped my toes into this project so far, but I'll see if I can put something together to add to the README.

Until then, I'll add that most of the progress I've made getting authenticated and connected came from reading Zoho's API documentation and isolating steps of the process to do sanity checks with a HTTP utility like Postman.

rikas commented 5 years ago

@TimCummings any progress on that? It would be awesome!

TimCummings commented 5 years ago

Sorry, it's taken longer than I expected to got to this. I've got a working record class now, so it's just an issue of compiling my notes and filling in any blanks pertaining to the requested example. I went ahead and updated the README with general info and things that were particularly helpful to me. Most of the major pieces to get started should be there, but I'll try to distill a simple and concise example as requested over the next few days.

rikas commented 5 years ago

Thank you @TimCummings, super useful!

I'll close this issue now.