-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
Help with implementing in a Nodejs environment #87
Comments
okay, so I understand the jwt (used the
Curious if there's a way I can more easily obtain a list of Also, is there anyway for the body to have some formatting to it? e.g., a new line? |
Much easier to make every function async, and then call What list of communities are you looking for?
You're creating a post? |
Yeah I was trying that initially with the Nevermind about the community_id question! I didn't realize at first that you can pass a the double |
Cool, okay I got everything working!! I'm using it to allow people to post help questions @ https://atitlan.io/help (just a mockup for now, this link might change in the future) One thing I noticed in my setup was you guys have I run into an error when I use this (same with
According to stackoverflow it's simply a problem with using I downgraded to node-fetch Thanks for your help and highly appreciate your guys work on this 🚀 |
I've had weird problems with node-fetch too, sry about that. Your PR is merged. I would recommend using import tho and not require, and of course using typescript and not javascript. |
Hey, I'm having trouble getting this to work with the code provided in the README. I would like to have the capability to add posts from a nodejs backend.
I've played around with the README code a bit. I added packages including
@sniptt/monads
,class-transformer
,[email protected]
andreflect-metadata
. I wasn't quite sure what needs to be included with in theheaders
?I have the following and I'm attempting to log in using an administrator account. What's the purpose of retrieving a jwt once logged in?
Apologies if I'm missing something simple! Appreciate any guidance 🙏
The text was updated successfully, but these errors were encountered: