Skip to content

Commit

Permalink
Merge pull request #2 from gowizzard/development
Browse files Browse the repository at this point in the history
Update readme & go modules
  • Loading branch information
gowizzard authored Oct 28, 2021
2 parents 4e043d4 + 1e4b944 commit bdf75b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# goticket

[![Go](https://github.com/gowizzard/goticket/actions/workflows/go.yml/badge.svg)](https://github.com/gowizzard/goticket/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/gowizzard/goticket)](https://goreportcard.com/report/github.com/gowizzard/goticket)

Is a library for the ticket software osTicket. [Here](https://osticket.com/) you can find their website. With this small library you can create a new ticket in json format via the Rest API. A small tutorial can be found here.

## Install
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jojojojonas/goticket
module github.com/gowizzard/goticket

go 1.16

0 comments on commit bdf75b6

Please sign in to comment.