Better yet, okay is usually pleasant.
08.08.2025 16:14 β π 0 π 0 π¬ 0 π 0@troystaylor.com.bsky.social
Better yet, okay is usually pleasant.
08.08.2025 16:14 β π 0 π 0 π¬ 0 π 0Thatβs an old blog post. I would start with the current YAML file (github.com/XeroAPI/Xero...), downgrade it to Swagger with APIMaticβs API Transformer and manually correct what doesnβt work in Swagger. It will take some time to get it working, especially with all the examples and Xero fields.
01.08.2025 00:18 β π 0 π 0 π¬ 0 π 0Go try out pac CLI as a local MCP server: github.com/microsoft/po...
30.06.2025 02:41 β π 0 π 0 π¬ 0 π 0My husband and I run a game store and after all the tariff announcements, he decided to write out kind of a "behind the scenes" of how we spend and spill it out for people who don't understand. He's had so many reactions and shares I wanted to bring it here, too.
04.04.2025 12:07 β π 3154 π 1149 π¬ 83 π 78Put this on a yard sign and I (and thousands others) would buy one
08.03.2025 03:11 β π 13 π 0 π¬ 1 π 0You should send an email to the flow DL and CC: Shefaali Patankar
05.03.2025 00:26 β π 0 π 0 π¬ 1 π 0Ooh, who made the certification pins? Those are very nice.
23.12.2024 17:10 β π 1 π 0 π¬ 1 π 0Thanks for having me, Vesa and @davidwarnerii.bsky.social!
20.12.2024 12:20 β π 2 π 0 π¬ 0 π 0π Agenda for the #Microsoft365dev & #PowerPlatform call 17th of December
β’ The latest news
β’ Demos this time on #MicrosoftTeams, #Copilot & Connectors
ββ’ Presented by John Miller, Eric Scherlinger, Shefaali Patankar & Sabin Nair
π Join the call β https://aka.ms/community/ms-speakers-call-invite
Just registered for Microsoft MVP Summit next March in Redmond - which friends am I going to see there? #mvpbuzz
03.12.2024 16:37 β π 3 π 0 π¬ 1 π 0I now want animal flags on all meatballs
22.11.2024 21:18 β π 1 π 0 π¬ 0 π 0import json def count_objects(data): count = 0 if isinstance(data, dict): count += 1 # Count the current dictionary count += len(data) # Count the keys in the current dictionary for key, value in data.items(): count += count_objects(value) elif isinstance(data, list): for item in data: count += count_objects(item) return count with open('swagger.json', 'r') as file: json_data = json.load(file) total_objects = count_objects(json_data) print(f'Total number of objects and keys in paths: {total_objects}')
I've been building a Power Platform connector with large response objects (more than the 512-object allowed by Swagger). The easiest way I've found to count the number of objects (object and keys) is to use python with the snippet below. Does anyone have an easier way or a tool they use?
22.11.2024 19:44 β π 3 π 0 π¬ 1 π 0π
21.11.2024 21:35 β π 1 π 0 π¬ 1 π 0Dan has submitted the proposals and is making good progress on them. I have connectors in-progress, too, so let me know if I can help.
14.11.2024 10:21 β π 1 π 0 π¬ 0 π 0