github vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Tags:cloud


Words

Symbol words
github-token
github-username


Ordinary words
WordStack effect
>github-url( str -- url )
?>json( obj -- json )
?github-api( str -- str' )
?json>( obj -- json/f )
check-enabled-vulnerability-alerts( owner repo -- json )
code-ok?( response -- code )
create-fork( json owner repo -- res )
create-issue( json owner repo -- json )
create-issue-comment-by-id( json owner repo issue-number -- json )
delete-issue-comment-by-id( owner repo comment-id -- json )
disable-vulnerability-alerts( owner repo -- json )
enable-vulnerability-alerts( owner repo -- json )
find-private-repos( seq -- seq' )
find-public-repos( seq -- seq' )
find-repos-by-name( seq quot: ( name -- ? ) -- seq' )
find-repos-by-visibility( seq quot: ( name -- ? ) -- seq' )
get-branch( owner repo branch -- json )
get-branches( owner repo -- json )
get-code-of-conduct( key -- seq )
get-codes-of-conduct( -- seq )
get-empty-labels( owner repo -- seq )
get-forks( owner repo -- seq )
get-issue( owner repo n -- json )
get-issues( owner repo -- seq )
get-issues-by-all-labels( owner repo -- seq )
get-issues-by-label( owner repo -- seq )
get-issues-for-label( owner repo label -- seq )
get-issues-with-no-labels( owner repo -- seq )
get-label-names( owner repo -- seq )
get-labels( owner repo -- seq )
get-my-issues( -- json )
get-my-org-issues( org -- json )
get-org-repositories( org -- seq )
get-pull-request( owner repo n -- seq )
get-pull-requests( owner repo -- seq )
get-repositories( type org/user -- seq )
get-user( user -- json )
get-user-repositories( user -- seq )
get-users( users -- seq )
get-users-page( page -- seq )
github-delete( url -- json )
github-delete*( url -- res json )
github-get( url -- json )
github-get*( url -- res json )
github-get-code( url -- json )
github-git-clone( org/user project -- process )
github-git-clone-as( org/user project name -- process )
github-git-uri( org/user project -- uri )
github-patch( post-data url -- json )
github-patch*( post-data url -- res json )
github-post( post-data url -- json )
github-post*( post-data url -- res json )
github-put( post-data url -- json )
github-put*( post-data url -- res json )
github-ssh-clone( org/user project -- process )
github-ssh-clone-as( org/user project name -- process )
github-ssh-uri( org/user project -- uri )
json-delete( endpoint -- json )
json-delete*( endpoint -- res json )
json-get( endpoint -- json )
json-get*( endpoint -- res json )
json-patch( patch-data endpoint -- json )
json-patch*( patch-data endpoint -- res json )
json-post( post-data endpoint -- json )
json-post*( post-data endpoint -- res json )
json-put( post-data endpoint -- json )
json-put*( post-data endpoint -- res json )
list-commits-pull-request( owner repo n -- res )
list-files-pull-request( owner repo n -- res )
list-issue-comment-by-id( owner repo comment-id -- json )
list-issue-comments( owner repo -- json )
list-issue-comments-by-id( owner repo comment-id -- json )
list-repository-languages( owner repo -- seq )
list-repository-tags( owner repo -- seq )
list-repository-teams( owner repo -- seq )
list-repository-topics( owner repo -- seq )
lock-issue( json owner repo n -- json )
map-github-pages( base-url params param-string -- seq )
map-github-pages-100( base-url -- seq )
merge-pull-request( assoc owner repo n -- res )
post-pull-request( assoc owner repo -- res )
post-rename-branch( owner repo branch new-name -- json )
pull-request-merged?( owner repo n -- res )
set-repository-topics( assoc owner repo -- json )
sort-repos-by-created-at<=>( seq -- seq' )
sort-repos-by-created-at>=<( seq -- seq' )
sort-repos-by-pushed-at<=>( seq -- seq' )
sort-repos-by-pushed-at>=<( seq -- seq' )
sort-repos-by-time( seq name quot: ( obj1 obj2 -- <=> ) -- seq' )
sort-repos-by-updated-at<=>( seq -- seq' )
sort-repos-by-updated-at>=<( seq -- seq' )
sync-github-org( directory org -- )
sync-github-org-or-user( directory type name -- )
sync-github-user( directory user -- )
unlock-issue( owner repo n -- json )
update-branch-pull-request( assoc owner repo n -- res )
update-issue( json owner repo n -- json )
update-issue-comment-by-id( json owner repo comment-id -- json )
update-pull-request( assoc owner repo n -- res )
user-issues( -- json )


Files


Metadata files