Skip to content

hamster1979/intraservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

intraservice

Golang package for working with Intraservice API

Documentation

IntraService API

Usage

	client := intraservice.NewClient(nil, "http://helpdesk.test.com:8888", "aXZhbm92Om15aXZhbm92MjM=")

	///api/task?fields=Id,Name,StatusId
	params := &intraservice.TaskListParams{Fields: "Id,Name,StatusId"}

	tasks, _, _ := client.TaskService.List(params)
	fmt.Printf("Task list:\n%v\n", tasks)

About

Golang package for working with Intraservice API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%