Skip to content

Commit df6542c

Browse files
Merge branch 'master' of github.com:classPythonAddike/gowandbox
2 parents 2378322 + d5f94d9 commit df6542c

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
<div align="center">
44
<img src="https://img.shields.io/github/languages/top/classPythonAddike/gowandbox">
5-
<img src="https://pkg.go.dev/badge/github.com/classPythonAddike/gowandbox.svg" alt="Go Reference">
6-
<img src="https://goreportcard.com/badge/github.com/classPythonAddike/gowandbox">
7-
<img src="https://sourcegraph.com/github.com/classPythonAddike/gowandbox/-/badge.svg">
5+
6+
<a href="https://pkg.go.dev/github.com/classPythonAddike/gowandbox">
7+
<img src="https://pkg.go.dev/badge/github.com/classPythonAddike/gowandbox.svg" alt="Go Reference">
8+
</a>
9+
10+
<a href="https://goreportcard.com/report/github.com/classPythonAddike/gowandbox">
11+
<img src="https://goreportcard.com/badge/github.com/classPythonAddike/gowandbox">
12+
</a>
13+
14+
<a href="https://sourcegraph.com/github.com/classPythonAddike/gowandbox">
15+
<img src="https://sourcegraph.com/github.com/classPythonAddike/gowandbox/-/badge.svg">
16+
</a>
817
<img src="https://www.codetriage.com/classpythonaddike/gowandbox/badges/users.svg">
918
<img src="https://img.shields.io/github/license/classPythonAddike/gowandbox">
1019
</div>
1120

1221
<br>
1322

1423
A simple wrapper for the WandBox API, written in Golang!
24+
25+
Documentation can be found at [classpythonaddike.github.io/gowandbox/](https://classpythonaddike.github.io/gowandbox/#/)
26+
27+
**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 and Issue if you're able to figure it out!

0 commit comments

Comments
 (0)