Added many commands, restructured command heirarchy, added functionality.
doc/commands a heirarcical view of the commands and their implementation status. Added logging using logback + slf4j Fixed a bug with multiple commands and commands using defaults Changed names from Groovy Twitter CLI to Gritter Fixed a tet wrapping bug that was occuring when a line contained no spaces. Command Changes: Added delete/destroy/remove no implementation as of yet. See doc/commands for details Extended get/show Added list support (show lists, members of lists, lists the user is subscribed to). Extended post/add/create Added list support (create list, add member to list, subscribe to list) Added the ability to retweet a status
This commit is contained in:
59
doc/commands
Normal file
59
doc/commands
Normal file
@ -0,0 +1,59 @@
|
||||
[ ] help
|
||||
|
||||
[ ] reconfigure
|
||||
|
||||
[ ] set
|
||||
|
||||
[ ] get/show (default)
|
||||
[ ] timeline (default)
|
||||
[X] public
|
||||
[X] friends
|
||||
[X] home (default)
|
||||
[X] mine
|
||||
[X] user
|
||||
[X] *username*
|
||||
[X] lists
|
||||
*username* (default to authenticated user)
|
||||
[X] list
|
||||
[X] *username*/*list id || list name*
|
||||
[X] members
|
||||
*username*/*list id || list name*
|
||||
[X] subscribers
|
||||
*username*/*list id || list name*
|
||||
[X] subscriptions
|
||||
*user*
|
||||
[ ] user
|
||||
*user id*
|
||||
[ ] following
|
||||
[ ] followers
|
||||
|
||||
[/] post/add/create/
|
||||
[X] status (default)
|
||||
*status*
|
||||
[X] retweet
|
||||
*status_id*
|
||||
[X] list
|
||||
[X] member
|
||||
*list id* || *list name*, *user id*
|
||||
[X] subscription
|
||||
*listuser*/*list id*
|
||||
[X] *listName*, *isPublic*, *description*
|
||||
|
||||
[ ] delete/destroy/remove
|
||||
[ ] status
|
||||
[ ] *status_id*
|
||||
[ ] list
|
||||
[ ] member
|
||||
[ ] *list id* || *list name*, *user id*
|
||||
[ ] subscription
|
||||
[ ] *list id*
|
||||
|
||||
[ ] follow
|
||||
[ ] *user*
|
||||
[ ] list
|
||||
*user*/*list*
|
||||
|
||||
[ ] unfollow
|
||||
[ ] *user*
|
||||
[ ] list
|
||||
*user*/*list*
|
Reference in New Issue
Block a user