Skip to content

Commit

Permalink
Merge pull request #5 from siimtalts/master
Browse files Browse the repository at this point in the history
feat: implemented adding custom HTTP headers for API requests
  • Loading branch information
siimtalts authored Feb 9, 2023
2 parents 3c3aebb + e66d2a6 commit 61413df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/abstract_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package models

import (
"encoding/json"
"v3-go-sdk"
scoro "github.com/scoro-api/v3-go-sdk"
)

type AbstractModel struct {
Expand Down

0 comments on commit 61413df

Please sign in to comment.