textileio / ios-textile

[DEPRECATED] iOS bindings for https://github.com/textileio/go-textile
MIT License
10 stars 6 forks source link

no textile messages get Method in MessagesApi? #89

Open SWBMESSI opened 4 years ago

SWBMESSI commented 4 years ago

// // 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

/**

/**

/**

@end

NS_ASSUME_NONNULL_END

asutula commented 4 years ago

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.

SWBMESSI commented 4 years ago

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.

asutula commented 4 years ago

Started to implement this in our core library, will update mobile sdks once this is merged https://github.com/textileio/go-textile/pull/945