BioLink API vs Shields
If you need a Open Source Projects API that's easy to integrate, go with Shields.
BioLink API
API integration layer for linked biological objects. __Source:__ https://github.com/biolink/biolink-api/
BioLink API
- Simple API key authentication
- HTTPS supported
Shields
- No authentication required
- HTTPS supported
| Feature | BioLink API | Shields |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
When to use which?
Shields is the better choice for quick prototypes and hackathons since it requires no authentication.