-
Hi! This is the first time that I'm using an API with Apiary documentation, and I can't find how to know the response objects lengths. For example, on the Shows Summary: {
"title": "Game of Thrones",
"year": 2011,
"ids": {
"trakt": 353,
"slug": "game-of-thrones",
"tvdb": 121361,
"imdb": "tt0944947",
"tmdb": 1399
}
} How can I know the maximum length of the slug id? Sorry if there is a simple way to get this information, but I can't find it... Thank you in advance! Daniel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In general it’s going to be 255 characters, the max for a VARCHAR in your database. Some fields are longer TEXT fields like overviews and descriptions. |
Beta Was this translation helpful? Give feedback.
In general it’s going to be 255 characters, the max for a VARCHAR in your database. Some fields are longer TEXT fields like overviews and descriptions.