We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3e9a9 commit 6c7c0dbCopy full SHA for 6c7c0db
handler.go
@@ -1,3 +1,6 @@
1
-// Package jsh (JSON API Specification Handler) makes it easy to parse requests
2
-// and send responses that match the JSON API Specification: http://jsonapi.org/
+// Package jsh (JSON API Specification Handler) makes it easy to parse JSON API
+// requests and send responses that match the JSON API Specification: http://jsonapi.org/
3
+// from your server.
4
+//
5
+// For a request client, see: jsc: https://godoc.org/github.com/derekdowling/go-json-spec-handler/client
6
package jsh
0 commit comments