mockcord icon indicating copy to clipboard operation
mockcord copied to clipboard

Activity

Open Doezer opened this issue 6 years ago • 4 comments

Is this project dead or will it regain consciousness?

Doezer avatar Jul 12 '18 15:07 Doezer

I'm fairly sure it's dead. There's other projects for mocking the Discord API in the works.

Nevexo avatar Aug 02 '18 16:08 Nevexo

@Nevexo do you have any references?

andersfylling avatar Feb 07 '19 18:02 andersfylling

I haven't been able to find any open-source Discord Gateway mocks, so I decided to make one myself. It's not meant to mock the Discord HTTP API, it's just meant for the live-update Discord Gateway (e.g. what bots interact with). Testing against REST APIs is easy enough and doesn't require the whole API to be mocked.

It's still in its early stages, but I've implemented a proof-of-concept for the login and am now working on some refactoring to blow it up to support all of the documented Gateway API. JavaScript is my bread and butter so it's primarily meant for the node-ecosystem and written in TypeScript. However I don't see any reason why it shouldn't have bindings for other languages at some point.

For those interested, you can find it at https://github.com/blurplejs/testing

padarom avatar Feb 20 '19 22:02 padarom

Thanks @padarom, will surely keep a close look on this. You should try and get help from Discord API server and JS servers!

Doezer avatar Feb 21 '19 08:02 Doezer