package pb
Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ArticleResponse, ArticlesResponse
string slug = 1
string title = 2
string description = 3
string body = 4
repeated string tag_list = 5
bool favorited = 8
int64 favorite_count = 9
optional Profile author = 10
Used as response type in: RealWorld.CreateArticle, RealWorld.FavoriteArticle, RealWorld.GetArticle, RealWorld.UnFavoriteArticle, RealWorld.UpdateArticle
Used as response type in: RealWorld.FeedArticle, RealWorld.ListArticle
repeated Article articles = 1
int64 count = 2
Used in: CommentResponse, CommentsResponse
string id = 1
string body = 2
optional Profile author = 5
Used in: CreateArticleRequest
string title = 1
string description = 2
string body = 3
repeated string tag_list = 4
Used in: CreateCommentRequest
Used as request type in: RealWorld.FeedArticle, RealWorld.ListArticle
optional string tag = 1
optional string author = 2
optional string favorited = 3
optional int64 offset = 4
optional int64 limit = 5
Used as request type in: RealWorld.DeleteArticle, RealWorld.FavoriteArticle, RealWorld.GetArticle, RealWorld.UnFavoriteArticle
Used as request type in: RealWorld.FollowUser, RealWorld.GetProfile, RealWorld.UnFollowUser
Used in: LoginUserRequest
string email = 1
string password = 2
Used in: Article, Comment, ProfileResponse
string username = 1
string image = 2
string bio = 3
bool following = 4
Used as response type in: RealWorld.FollowUser, RealWorld.GetProfile, RealWorld.UnFollowUser
Used in: RegisterUserRequest
string email = 1
string password = 2
string username = 3
Used as response type in: RealWorld.DeleteArticle, RealWorld.DeleteComment
Used in: UpdateArticleRequest
string title = 1
string description = 2
string body = 3
Used in: UpdateUserRequest
string email = 1
string username = 2
string password = 3
string image = 4
string bio = 5
Used in: UserResponse
string email = 1
string username = 2
string bio = 3
string image = 4
string token = 5
Used as response type in: RealWorld.CurrentUser, RealWorld.LoginUser, RealWorld.RegisterUser, RealWorld.UpdateUser