Lars-Erik Aabech
Lars-Erik Aabech
I'm trying my best to use SpecFlow in our client projects at MarkedsPartner. We're on .net Framework, so it's a bit hard to to full stack right. However, it serves...
Thanks for reviewing. I'll get back to this. Pretty tight schedule atm. ;)
A lot of our customers wants to secure some files, and it would be nice to be able to support that within the "core" CMS. The only way as I...
I'll see about making a prototype and add the events to my fork as soon as I've got "head above water". :)
> I think this sounds great! However, we have been trying to support the full specification of HubSpot's API's just have not had the manpower to fully close the gap...
Sounds like we're quite aligned. :) I'll keep hacking at the OpenAPI stuff for a while until it stabilizes. Maybe see about aligning APIs and methods when HubSpot launches an...
@Psypher9 If only there were news. :) https://community.hubspot.com/t5/HubSpot-Ideas/Publish-OpenAPI-specifications-for-the-APIs/idi-p/306942
@Psypher9 We do. 🎉 Sorry, I've been way to busy. I have a [node script that downloads them and makes them into Logic App connectors](https://github.com/lars-erik/markedspartner.hubspot.net/blob/feature/hubspot-schema/openapi/fetch-all.js). That's the only I've got...
Hi all, I've gotten a bit further with this. I now have a node pipeline that is in the last lap. https://github.com/lars-erik/markedspartner.hubspot.net/tree/v2/main I've got a "CLI" that downloads specified endpoints....
There! 🥳 I can now type node index.js csharp CRM.Contacts,CRM.Companies in the repo above, get a merged API spec from openapi-merge and then an openapi-generator generated C# (4.5.2) solution spat...