I’m gonna be dating myself a bit here haha, but I released my first game in 2011. It’s even still available to play if you have flash player lol. https://www.newgrounds.com/portal/view/576782
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: July 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Wyatt@lemmy.worldtoLemmy Support@lemmy.ml•How do I use Lemmy API for creating community?English
1·3 years agoHe meant remove it from the post, anyone can use it to make requests to your server lol


The guy below was right. Your hitting the wrong url. If that didn’t fix it, it’s probably your postman set up. Does curl work? Ex:
curl -i -H
“Content-Type: application/json”
-X POST
-d ‘{ “auth”: “you key”, “name”: “some name”, “title”: “some name” }’
https://someurl.com/api/v3/community