jayeshsolanki93 / devgorant

Unofficial golang wrapper for the devrant API
https://godoc.org/github.com/jayeshsolanki93/devgorant
MIT License
5 stars 0 forks source link

Authenticating and publishing Rants #1

Open corscheid opened 6 years ago

corscheid commented 6 years ago

Hi!

Are there any plans to add authentication/login and ability to publish rants (Assuming the devRant API supports this)? I also wouldn't mind working on and sending a PR for this.

jayeshsolanki93 commented 6 years ago

Hi @corscheid !

So there are endpoints for publishing rants, but AFAIK there's no official doc for it. This wrapper has implemented some endpoints which devgorant does not have.

https://github.com/RekkyRek/RantScript

I would want to implement the other functions, but if you would want to work on it, please do send PRs implementing the endpoints. I am happy to include them. Thanks.