-
Notifications
You must be signed in to change notification settings - Fork 233
ReadMe - Adding table of contents #416
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
Conversation
README.md
Outdated
| Once you have authentication setup and an instance of Client, you can begin to make calls to the service. All requests should start with `client.api(path)` and end with an [action](./docs/Actions.md). | ||
|
|
||
| Getting user details | ||
| Getting user details - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: what is the trailing - sign for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indicating the the following sample is for Getting user details
README.md
Outdated
| ``` | ||
|
|
||
| Sending an email to the recipients | ||
| Sending an email to the recipients - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Co-authored-by: Mustafa Zengin <[email protected]>
Adding a table of contents and some minor updates to the ReadMe.