2022 Q3 roundup
General
- We've open-sourced our docs[repo] - find a typo or have a reword to clarify anything, feel free to make the change!
What's New (Beta
)
What's new around the block. aka the cool toys now available to play with ~
- We now have a TypeScript Client! - (docs, lib).
- Unit conversions galore. We got conversions for ya temperatures, we got conversions for ya lengths, we got conversions for ya forces and even conversions for ya pressures. Conversions, conversions, everywhere! 🔢
- Physics Constants. Need a handy-dandy value for your calculation? Now you have it 🧮 ~
- (Note this is a
GET
endpoint - 😉 you know what that means for billing)
- (Note this is a
- Surface Area endpoint calculation, aka how much wrapping paper do you need to wrap that present box 🎁
- Center of Mass endpoint calculation, for all you jenga balancing experts out there 🧐
- New 2D Vector File Conversions for your svg and dxf nightmares 🎃
- this is done as part of a split into 3 endpoint possibilities; the original generic file_convert or if you'd like to be specific file_convert for 3d files, and file_convert for 2d vector files
What's Been Updated
- More Metric Unit Conversions. Added more metric conversions (general, squared, cubed) to help on top of any unit conversions you're working through 🔢
New Blog Posts
- The Code First Approach - Kurt Hutten Read Here.