API

Three API versions are available, each suited to different requirements.

Prerequisites


๐Ÿšจ Version 1

Version 1 focuses solely on the Fitting function, identifying the smallest bin that can accommodate all provided items.

This version is deprecated and may not receive updates or support.

It will be removed in Binacle.Net V2.0.0. It is recommended to use Version 2.

โžก๏ธ Learn more about Version 1


โš–๏ธ Version 2

Version 2 of the Binacle.Net API expands upon Version 1 by providing both the Fitting and Packing functions.

In addition to finding the smallest bin for fitting, it returns results for all bins.

This version provides more detailed information and increased flexibility compared to the deprecated Version 1.

โžก๏ธ Learn more about Version 2


๐Ÿงช Version 3

Version 3 of the Binacle.Net API builds upon Version 2โ€™s Pack By Custom but only accepts an algorithm selection as a parameter.

It also introduces ViPaq, a protocol for encoding packing information efficiently.

This API version is experimental and can change at any time.

โžก๏ธ Learn more about Version 3


๐Ÿ‘ฅ Users

The User Management API is available after enabling the Service Module, along with the Authentication API endpoint.

โžก๏ธ Learn more about User Management

โžก๏ธ Learn more about the Service Module