Skip to content

API Integrations

John Teeter edited this page Mar 6, 2019 · 4 revisions

Outline:

  • RESTFUL APIs
  • Swagger Notations
  • GraphQL Additions

  • Draft APIs (from BEDES-Manager routes)

'./components/bedes-term-search/bedes-term-search.component';

'./components/bedes-term-details/bedes-term-details.component';

'./services/bedes-term-resolver/bedes-term-resolver.service';

'./components/term-builder-home/term-builder-home.component';

'./components/term-builder-home/term-builder-edit/term-builder-edit.component';

'./components/list-management/list-management.component';

'./components/list-management/manage-unit-list/manage-unit-list.component';

'./components/list-management/manage-data-type-list/manage-data-type-list.component';

'./components/list-management/manage-definition-source-list/manage-definition-source-list.component';

'./components/bedes-term-details/bedes-term-details-list-options/bedes-term-details-list-options.component';

'./components/bedes-term-details/bedes-term-details-list-options/edit-term-list-option/edit-term-list-option.component';

'./components/bedes-term-details/bedes-term-details-list-options/new-term-list-option/new-term-list-option.component';

'./components/application-home/application-list/application-list.component';

'./components/application-home/application-new/application-new.component';

'./components/application-home/application-edit/application-edit.component';

'./services/application/application-resolver.service';

'./components/application-home/application-home.component';

'./components/app-term/app-term-list/app-term-list.component';

'./components/app-term/app-term-edit/app-term-edit.component';

'./components/term-builder-home/composite-term-list/composite-term-list.component';

'./services/composite-term/composite-term-resolver.service';

'./services/app-term-list/app-term-list-resolver.service';

'./services/app-term/app-term-resolver.service';

'../bedes-auth/services/auth-guard/auth-guard.service';

Clone this wiki locally