You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SWBMESSI, the current API only provides the list of messages because the use case it was developed for was the "feed" type of UX in Textile Photos. I believe it would be pretty easy to provide a method to get a single message. Let me look into that all I'll let you know.
Hi @SWBMESSI, the current API only provides the list of messages because the use case it was developed for was the "feed" type of UX in Textile Photos. I believe it would be pretty easy to provide a method to get a single message. Let me look into that all I'll let you know.
thx , i tried to create a method in go-textile but i got something wrong when run " make ios" ,Need to install a lot of packages . Looking forward to your code.Thanks again.
//
// MessagesApi.h
// Textile
//
// Created by Aaron Sutula on 3/1/19.
// Copyright © 2019 Textile. All rights reserved.
//
#import <TextileCore/View.pbobjc.h>
#import "NodeDependant.h"
NS_ASSUME_NONNULL_BEGIN
/**
*/
@interface MessagesApi : NodeDependant
/**
*/
/**
*/
@EnD
NS_ASSUME_NONNULL_END
The text was updated successfully, but these errors were encountered: