Skip to content

Commit

Permalink
Merge pull request #81 from apivideo/feat/rename_ios_to_swift
Browse files Browse the repository at this point in the history
chore(*): rename ios to swift
  • Loading branch information
bot-api-video authored Oct 13, 2023
2 parents ec584ea + 5eec24d commit 068c76f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 93 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ func main() {

//Upload a video
//First create a container
creationPayload = apivideosdk.VideoCreationPayload{}
creationPayload.SetTitle("My title")
creationPayload.SetMp4Support(True)
create, err := client.Videos.Create(creationPayload)
create, err := client.Videos.Create(apivideosdk.VideoCreationPayload{Title: "My video title"})

if err != nil {
fmt.Println(err)
Expand Down Expand Up @@ -385,4 +382,4 @@ This helps other users to find the clients and also helps us understand which cl

# Contribution

Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository.
Since this API client is generated from an OpenAPI description, we cannot accept pull requests made directly to the repository. If you want to contribute, you can open a pull request on the repository of our [client generator](https://github.com/apivideo/api-client-generator). Otherwise, you can also simply open an issue detailing your need on this repository.
Loading

0 comments on commit 068c76f

Please sign in to comment.