Skip to content

imajacket/goclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goclient

Support Methods

Get

GoClient(TestStruct{}).Url("https://jsonplaceholder.typicode.com/todos/1").Get()

Post

GoClient(TestStruct{}).Url("https://jsonplaceholder.typicode.com/posts").Post(TestStruct{ Title: "Testing", Body: "Testing json", UserId: 1, })

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages