➡️ This Postman collection provides a set of API requests for interacting with Trello boards, lists, and cards. This collection generates dynamic variables for names and includes tests to ensure data accuracy and response status code.
🔸 Create a board - creates a new Trello board with the specified name.
🔸 Get a board - retrieves the details of a specific board, including its ID, name etc.
🔸 Get all boards - retrieves a list of all boards for the the user.
🔸 Create List - repeated 5 times - creates a new list on a specified board, with the specified name.
🔸 Get lists on a board - retrieves a list of all lists on a specific board.
🔸 Create a card - creates a new card on each list, with the specified name.
🔸 Get cards - retrieves a list of all cards on a specific board.
🔸 Update and move card - updates the name of a specific card, and moves it to another list.
🔸 Delete card - deletes a card on one list.
🔸 Delete board - deletes a specific board and all of its associated lists and cards.