文件名称:vala-gist:Vala的gist客户端库
文件大小:23KB
文件格式:ZIP
更新时间:2024-02-25 00:50:58
linux gist github-api vala meson
瓦格吉斯 Vala的Gist客户库 using ValaGist ; public int main ( string [] argv) { var profile = new MyProfile ( " ENTER GITHUB TOKEN HERE " ); Gist [] gists = profile . list_all (); foreach ( Gist gist in gists) { print (gist . name + " \n " ); print (gist . description + " \n " );
【文件预览】:
vala-gist-master
----meson()
--------post_install.py(24B)
----COPYING(34KB)
----src()
--------ValaGist.vala(22B)
--------GistFile.vala(3KB)
--------MyProfile.vala(9KB)
--------Errors.vala(1KB)
--------OtherProfile.vala(5KB)
--------Gist.vala(11KB)
--------meson.build(2KB)
--------Profile.vala(306B)
----uninstall.sh(189B)
----README.md(3KB)
----tests()
--------vala-gist-test.vala(169B)
--------meson.build(116B)
----.gitignore(25B)
----meson.build(595B)