Xh4H / Discord.jl

The Julia Discord API Wrapper
MIT License
151 stars 24 forks source link

Release checklist #8

Closed christopher-dG closed 5 years ago

christopher-dG commented 5 years ago

As of right now we tick all the boxes for inclusion in the DAPI server, which also indicates that we're pretty close to being able to put out a first release :tada:.

Some things which still need to be done:

Things which would be nice to have but aren't necessary:

We could find a lot of good ideas by looking around at other libraries, the JS and Python ones are probably a good place to start since they have the most users.

Xh4H commented 5 years ago

Added multipart

Xh4H commented 5 years ago

Only thing missing is waiting for the Pull Request, which is not needed since we have a fork of it.

christopher-dG commented 5 years ago

I'd rather not maintain that fork and I don't think that we can enforce people to actually use the fork over regular HTTP (you don't activate the manifests of your dependencies)

Xh4H commented 5 years ago

HTTP.jl #348 has been merged.

Xh4H commented 5 years ago

Will add soon another example showing off do syntax with events.

christopher-dG commented 5 years ago

Gonna close now, we know we just need to wait for HTTP.