AdoptAPet 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.
OData Service for namespace microsoft.graph
This OData service is located at https://graph.microsoft.com/beta
AdoptAPet
- Simple API key authentication
- HTTPS supported
- CORS enabled for frontend use
- Currently flagged as inactive
OData Service for namespace microsoft.graph
- Simple API key authentication
- HTTPS supported
| Feature | AdoptAPet | OData Service for namespace microsoft.graph |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | Yes |
| CORS | Yes | Unknown |
When to use which?
AdoptAPet works directly from the browser with CORS enabled, making it better for frontend-only apps.