Implemented getting channel by name in HTTP unicasts, i.e. GET /byname/c...#83
Implemented getting channel by name in HTTP unicasts, i.e. GET /byname/c...#83braice merged 1 commit intobraice:masterfrom lobodpav:master
Conversation
Implemented getting channel by name in HTTP unicasts, i.e. GET /byname/c...
|
Thanks ! |
|
Glad to help :) |
|
Maybe you can escape spaces with the usual http notation %20 |
|
Yes, but this would not eliminate long names in URLs. Was thinking of a possibility to allow users to assign aliases to channels. But I'm not sure how to achieve it in your product. |
|
Hello 2015-03-01 6:51 GMT+01:00 Pavel Lobodinský notifications@github.com:
In this case, you can specify the name in the conf and it's short enough
It should work in the latest version |
|
Didn't know that. Will take a look on it. Thanks! |
Implemented getting channel by name in HTTP unicasts, i.e. GET /byname/channelname