We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are follow ups to #1
project.items.list()
project.items.addDraft(fields)
project.items.update()
{ title }
title
*ByRepositoryAndNumber()
fields
name
type
options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These are follow ups to #1
project.items.list()
, support loading all items beyond the current limit of 100 #3project.items.addDraft(fields)
#4project.items.update()
that sets{ title }
but is not a draft should throw a helpful error.title
is only editable while item is a draft #6*ByRepositoryAndNumber()
methods #7fields
accept options such asname
,type
, andoptions
#8The text was updated successfully, but these errors were encountered: