pfaffman
(Jay Pfaffman)
November 21, 2016, 7:02pm
#1
Continuing the discussion from What exactly does "client.sync_sso" do? (Discourse Ruby API) :
https://github.com/discourse/discourse_api/blob/master/lib/discourse_api/api/users.rb#L13-L16
Calls /admin/users/USERNAME
, which doesn’t seem to exist. That’s a bug, right? It looks like that route requires the user_id
to be included before username
.
4 Likes
sam
(Sam Saffron)
November 21, 2016, 10:03pm
#3
Yeah looks buggy probably created prior to us refactoring admin routes
pfaffman
(Jay Pfaffman)
November 21, 2016, 10:13pm
#4
sam:
looks buggy
Show me the love! At this rate, I’m never going to get my Tester badge. (This is my second confirmed bug that didn’t get liked. )
3 Likes
Can we fix this @blake – looks easy?
1 Like
blake
(Blake Erickson)
June 23, 2017, 5:26pm
#7
3 Likes