Skip to content

Commit

Permalink
Add note about fedora browser api
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Apr 10, 2024
1 parent dfcf4ad commit d8dbcdf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ namespace Preservation.API.Controllers;
public class FedoraController(IFedora fedora) : Controller
{
/// <summary>
/// NOTE: This is for ease of browsing/familiarity only - NOT for application interactions.
///
/// Wrapper around Fedora API for ease of use. Accepts headers passed in URL to make conneg simpler in browser.
///
/// Supported contentTypes are: application/ld+json, application/n-triples, application/rdf+xml,
Expand Down

0 comments on commit d8dbcdf

Please sign in to comment.