Axolotl vs OData Service for namespace microsoft.graph
If you need a Animals API that's easy to integrate, go with Axolotl.
OData Service for namespace microsoft.graph
This OData service is located at https://graph.microsoft.com/v1.0
Axolotl
- No authentication required
- HTTPS supported
- No CORS support
OData Service for namespace microsoft.graph
- Simple API key authentication
- HTTPS supported
| Feature | Axolotl | OData Service for namespace microsoft.graph |
|---|---|---|
| Authentication | None | apiKey |
| HTTPS | Yes | Yes |
| CORS | No | Unknown |
When to use which?
Axolotl is the better choice for quick prototypes and hackathons since it requires no authentication.