We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a post creation page at /p. This task it to connect the data and inputs on that page to the API client, having it create actual posts.
/p
This includes allowing users to upload images to attach to their posts. Using API functions uploadImage and createPost.
uploadImage
createPost
Note that the uploadImage API function doesn't work yet in sublinks-js-client version 0.0.13
The text was updated successfully, but these errors were encountered:
kgilles
Successfully merging a pull request may close this issue.
We have a post creation page at
/p
. This task it to connect the data and inputs on that page to the API client, having it create actual posts.This includes allowing users to upload images to attach to their posts.
Using API functions
uploadImage
andcreatePost
.Note that the
uploadImage
API function doesn't work yet in sublinks-js-client version 0.0.13The text was updated successfully, but these errors were encountered: