Method | Description | |
---|---|---|
DeleteTweet ( int id ) : |
||
GetTweet ( string id ) : |
||
GetTweets ( ) : IEnumerable |
||
PostTweet ( |
||
PutTweet ( int id, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public DeleteTweet ( int id ) : |
||
id | int | |
return |
public GetTweet ( string id ) : |
||
id | string | |
return |
public PostTweet ( |
||
tweet | ||
return |
public PutTweet ( int id, |
||
id | int | |
tweet | ||
return |