-
Notifications
You must be signed in to change notification settings - Fork 530
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
add examples to generic api (inside object.ts) #1705
Conversation
Welcome @zfrhv! |
This looks pretty good, added some small comments and it looks like you need to rebase to pick up some dependabot changes that got merged. |
1f49e89
to
d5af957
Compare
I was going to create should I just add more example and try to use |
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.
Only one comment about the casing of the CreatePath
function, otherwise great PR from my point of view. 🚀
Would be great if you could cherry-pick your commit into the release-1.x
branch after this got merged to not loose these changes if we release the new major version.
You should be able to reuse most of your code but perhaps get into trouble with package.json
/package-lock.json
files.
@zfrhv Thanks! I had forgotten about that. Yes, I think adding |
I tried to combine About the extra examples I added: i didnt tested them but i think they should work. |
I think I already did that in an internal wrapper. Let me take a look and I open a separate PR. |
I fixed the examples. |
@zfrhv started the CI process and it seems like you have linting errors. |
Signed-off-by: zahar <[email protected]>
You can also run |
/lgtm Thanks for these example, I think they are very useful for new users. 🚀 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mstruebing, zfrhv The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
solves #1595
let me know if it looks good.
then I will add it to docs and maybe also use genericApi at get/apply/delete...