Have you looked at Gumroad or Lemon Squeezy?
Have you looked at Gumroad or Lemon Squeezy?
Maybe this is a community opportunity
Proton
The famous bears of Alaska's Katmai National Park are enjoying an abundance of salmon, and even some playtime, as they pack on pounds to prepare for the winter.
Better yet, okay is usually pleasant.
That’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.
Go try out pac CLI as a local MCP server: github.com/microsoft/po...
My 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.
Put this on a yard sign and I (and thousands others) would buy one
You should send an email to the flow DL and CC: Shefaali Patankar
Ooh, who made the certification pins? Those are very nice.
Thanks for having me, Vesa and @davidwarnerii.bsky.social!
📆 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
I now want animal flags on all meatballs
import 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?
👋
Dan 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.