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!
- Host: GitHub
- URL: https://github.com/classpythonaddike/gowandbox
- Owner: classPythonAddike
- License: mit
- Created: 2021-08-25T02:05:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T14:20:37.000Z (over 4 years ago)
- Last Synced: 2025-01-24T16:33:17.357Z (over 1 year ago)
- Topics: golang, wandbox-api, wrapper-library
- Language: Go
- Homepage: https://classpythonaddike.github.io/gowandbox/
- Size: 5.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GoWandBox
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!