Skip to content

Commit

Permalink
Merge branch 'main' into DMS-279
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Jul 23, 2024
2 parents 88880db + 867ec20 commit b8d8b4f
Show file tree
Hide file tree
Showing 8 changed files with 618 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// See the LICENSE and NOTICES files in the project root for more information.
using EdFi.DataManagementService.Core.External.Model;
using EdFi.DataManagementService.Core.External.Frontend;
using System.Text.Json.Nodes;

namespace EdFi.DataManagementService.Core.External.Interface;

Expand Down Expand Up @@ -40,4 +41,10 @@ public interface IApiService
/// DMS entry point for data model information from ApiSchema.json
/// </summary>
public IList<IDataModelInfo> GetDataModelInfo();

/// <summary>
/// Get the ordered list of dependencies
/// </summary>
/// <returns></returns>
public JsonArray GetDependencies();
}
Loading

0 comments on commit b8d8b4f

Please sign in to comment.