BSB-LAN API vs OData Service for namespace microsoft.graph
If you need a Animals API that's easy to integrate, go with OData Service for namespace microsoft.graph.
BSB-LAN API
BSB-LAN JSON API Specification
OData Service for namespace microsoft.graph
This OData service is located at https://graph.microsoft.com/beta
BSB-LAN API
- Simple API key authentication
- No HTTPS support
OData Service for namespace microsoft.graph
- Simple API key authentication
- HTTPS supported
| Feature | BSB-LAN API | OData Service for namespace microsoft.graph |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | No | Yes |
| CORS | Unknown | Unknown |
When to use which?
OData Service for namespace microsoft.graph supports HTTPS, which is required for production deployments and secure data handling.