API Route for turning Slack User -> Scrappy username
I would love an API route to get a slack user id and turn it into a scrappy username. It should take in a slack user id in the API url and should contain either the entire user data or just its scrappy username
I can work on this myself btw!
What is the entire user data here? Does that include their scrapbook updates?
Data can show the users scrappy username, slack username (confirmation?), the rest can be just found out by a second API call
a second api call to scrappy?
I meant, they would use this just to get the scrappy username and if they would need something like posts they can use the already built in /api/users/[username]. You don't need to provide that much info in this API request
@aramshiva what's the status on this?
I haven't been able to get this done yet. I probably wont in the near future unless I stop procrastinating.
I'll go ahead and close this for now. Note that right now we have an api for listening to scrapbook updates (which includes the poster's username). If you still need this particular feature please re-open.