Skip to content

Commit

Permalink
solve urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 19, 2024
1 parent c290f7e commit 5d4eac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiktok/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "fmt"

const (
BASE_URL = "https://open.tiktokapis.com"
QUERY_CREATOR_INFO = "/v2/post/publish/creator_info/query"
POST_PUBLISH_VIDEO_INIT = "/v2/post/publish/video/init"
QUERY_CREATOR_INFO = "/v2/post/publish/creator_info/query/"
POST_PUBLISH_VIDEO_INIT = "/v2/post/publish/video/init/"
PUBLISH_STATUS_FETCH = "/v2/post/publish/status/fetch/"
POST_PUBLISH_CONTENT_INIT = "/v2/post/publish/content/init/"
USER_INFO = "/v2/user/info/"
Expand Down

0 comments on commit 5d4eac4

Please sign in to comment.