An open API service indexing awesome lists of open source software.

https://github.com/classpythonaddike/gowandbox

A wrapper for the Wandbox API, written in Golang!
https://github.com/classpythonaddike/gowandbox

golang wandbox-api wrapper-library

Last synced: about 1 year ago
JSON representation

A wrapper for the Wandbox API, written in Golang!

Awesome Lists containing this project

README

          

GoWandBox





Go Reference












A simple wrapper for the WandBox API, written in Golang!

Documentation can be found at [classpythonaddike.github.io/gowandbox/](https://classpythonaddike.github.io/gowandbox/#/)

**Note**: This wrapper supports most of the WandBox API's endpoints, except for the `POST /permlink`. This was because, I couldn't figure out how to work with the endpoint - I kept winding up with `500 - Internal Server Errors`. I'm not sure whether it was a bug in the test data that I was using, or if its a bug in the API itself. Either way, that endpoint has not been implemented in this wrapper, and I apologise for any inconveniences. Feel free to make a PR, or open an issue if you're able to figure it out!