chorus/src
kozabrada123 53f08ff1f9 add some tests, minor connection updates
- Document that create_domain_connection is unimplemented on Spacebar

- Add Discord connection type

- Change ConnectionType::array() into ConnectionType::vector() - returning a fixed size array is dubious, since it'll likely be expanded. Returning a vector is easier keep up to variable length

- Add ConnectionType::discord_vector() and ConnectionType::spacebar_vector() to return a vector ConnectionTypes available on the respective server backends

- add tests test_modify_user_profile, test_disable_user, test_get_user_note, test_set_user_note, test_get_user_affinities, test_get_guild_affinities, test_get_connections

Note: connections are hard to test, since they require secrets / an external service's account
2024-08-21 18:26:11 +02:00
..
api add some tests, minor connection updates 2024-08-21 18:26:11 +02:00
gateway feat: add rest* of Connections api 2024-08-13 08:43:37 +02:00
types add some tests, minor connection updates 2024-08-21 18:26:11 +02:00
voice Add one BILLION derives 2024-07-18 23:04:35 +02:00
errors.rs Reuse gateway backends, don't duplicate them for voice gateway (#493) 2024-04-30 16:17:47 +02:00
instance.rs Add one BILLION derives 2024-07-18 23:04:35 +02:00
lib.rs Add one BILLION derives 2024-07-18 23:04:35 +02:00
ratelimiter.rs Fix voice, voice_udp features 2024-07-13 14:53:04 +02:00