How to post an image? #1077
Answered
by
ianklatzco
timmyers
asked this question in
How to do it?
-
I'm having some trouble figuring out how to use this library to upload an image post. Are here any examples of this? |
Beta Was this translation helpful? Give feedback.
Answered by
ianklatzco
May 20, 2023
Replies: 1 comment 1 reply
-
https://github.com/ianklatzco/atprototools#two-liner-to-get-started-your-second-time see "post an image" if you'd like the raw http it's a 'createBlob' or 'uploadBlob' followed by 'createRecord' (where the record key contains an embed key with the identifier returned by the blob upload) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bnewbold
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ianklatzco/atprototools#two-liner-to-get-started-your-second-time
see "post an image"
if you'd like the raw http it's a 'createBlob' or 'uploadBlob' followed by 'createRecord' (where the record key contains an embed key with the identifier returned by the blob upload)