-
Notifications
You must be signed in to change notification settings - Fork 55
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
docs: Add USAGE.md #72
Conversation
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.
@ProZsolt thank you for your contribution! I left a couple small requests for minor updates.
USAGE.md
Outdated
|
||
## Initialization | ||
|
||
``` |
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.
add ruby
code formatter
i.e.
```ruby
<code>
....
USAGE.md
Outdated
api_key_id = JSON.parse(response.body)['api_key_id'] | ||
``` | ||
|
||
<a name="put"></a> |
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.
markdown automatically generates anchors to each header, you can remove all the html tags
[create an anchor](#anchors-in-markdown)
USAGE.md
Outdated
puts response.headers | ||
``` | ||
|
||
<a name="patch"></a> |
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.
markdown automatically generates anchors to each header, you can remove all the html tags
USAGE.md
Outdated
<a name="put"></a> | ||
## PUT | ||
|
||
``` |
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.
add ruby formatter
USAGE.md
Outdated
puts response.headers | ||
``` | ||
|
||
<a name="post"></a> |
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.
markdown automatically generates anchors to each header, you can remove all the html tags
USAGE.md
Outdated
puts response.headers | ||
``` | ||
|
||
<a name="delete"></a> |
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.
markdown automatically generates anchors to each header, you can remove all the html tags
USAGE.md
Outdated
- [PUT](#put) | ||
- [PATCH](#patch) | ||
|
||
<a name="get"></a> |
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.
markdown automatically generates anchors to each header, you can remove all the html tags
USAGE.md
Outdated
|
||
#### GET Collection | ||
|
||
``` |
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.
ruby formatter
USAGE.md
Outdated
<a name="post"></a> | ||
## POST | ||
|
||
``` |
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.
ruby formatter
USAGE.md
Outdated
<a name="patch"></a> | ||
## PATCH | ||
|
||
``` |
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.
ruby formatter
Hello @ProZsolt, |
Hello @ProZsolt, |
Hello @ProZsolt, |
Sadly, I will miss out on this :( I would be happy to contribute more, but
I'm currently on a road trip around New Zealand. Where I barely have
internet or electricity. Last year it was one merged PR. This year it
wasn't mentioned it changed, that's why I did my PRs in the begining of
October. I also got confirmation when my other two PRs was merged.
Please next time make sure if something changes let people know immediately
and not it the end when they only have few days to react.
It's a bit of let down, but see you guys next year.
|
Fixes #44
Checklist