rhoantaxonomy_api

1.0.0 • Public • Published

rhoantaxonomy_api

RhoantaxonomyApi - JavaScript client for rhoantaxonomy_api No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: v1
  • Package version: v1
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install rhoantaxonomy_api --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/rhoantaxonomy_api then install it via:

    npm install YOUR_USERNAME/rhoantaxonomy_api --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var RhoantaxonomyApi = require('rhoantaxonomy_api');

var api = new RhoantaxonomyApi.CouncellingServicesApi()

var id = 56; // {Number} 


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.councellingServicesDeleteCouncellingService(id, callback);

Documentation for API Endpoints

All URIs are relative to http://rhoantaxonomyapi.azurewebsites.net

Class Method HTTP request Description
RhoantaxonomyApi.CouncellingServicesApi councellingServicesDeleteCouncellingService DELETE /api/CouncellingServices/{id}
RhoantaxonomyApi.CouncellingServicesApi councellingServicesGetCouncellingService GET /api/CouncellingServices/{id}
RhoantaxonomyApi.CouncellingServicesApi councellingServicesGetCouncellingServices GET /api/CouncellingServices
RhoantaxonomyApi.CouncellingServicesApi councellingServicesPostCouncellingService POST /api/CouncellingServices
RhoantaxonomyApi.CouncellingServicesApi councellingServicesPutCouncellingService PUT /api/CouncellingServices/{id}
RhoantaxonomyApi.InterventionBreadthsApi interventionBreadthsDeleteInterventionBreadth DELETE /api/InterventionBreadths/{id}
RhoantaxonomyApi.InterventionBreadthsApi interventionBreadthsGetInterventionBreadth GET /api/InterventionBreadths/{id}
RhoantaxonomyApi.InterventionBreadthsApi interventionBreadthsGetInterventionBreadths GET /api/InterventionBreadths
RhoantaxonomyApi.InterventionBreadthsApi interventionBreadthsPostInterventionBreadth POST /api/InterventionBreadths
RhoantaxonomyApi.InterventionBreadthsApi interventionBreadthsPutInterventionBreadth PUT /api/InterventionBreadths/{id}
RhoantaxonomyApi.InterventionPointsApi interventionPointsDeleteInterventionPoint DELETE /api/InterventionPoints/{id}
RhoantaxonomyApi.InterventionPointsApi interventionPointsGetInterventionPoint GET /api/InterventionPoints/{id}
RhoantaxonomyApi.InterventionPointsApi interventionPointsGetInterventionPoints GET /api/InterventionPoints
RhoantaxonomyApi.InterventionPointsApi interventionPointsPostInterventionPoint POST /api/InterventionPoints
RhoantaxonomyApi.InterventionPointsApi interventionPointsPutInterventionPoint PUT /api/InterventionPoints/{id}
RhoantaxonomyApi.ProgramTypesApi programTypesDeleteProgramType DELETE /api/ProgramTypes/{id}
RhoantaxonomyApi.ProgramTypesApi programTypesGetProgramType GET /api/ProgramTypes/{id}
RhoantaxonomyApi.ProgramTypesApi programTypesGetProgramTypes GET /api/ProgramTypes
RhoantaxonomyApi.ProgramTypesApi programTypesPostProgramType POST /api/ProgramTypes
RhoantaxonomyApi.ProgramTypesApi programTypesPutProgramType PUT /api/ProgramTypes/{id}
RhoantaxonomyApi.ProgramsApi programsDeleteProgram DELETE /api/Programs/{id}
RhoantaxonomyApi.ProgramsApi programsGetProgram GET /api/Programs/{id}
RhoantaxonomyApi.ProgramsApi programsGetPrograms GET /api/Programs
RhoantaxonomyApi.ProgramsApi programsPostProgram POST /api/Programs
RhoantaxonomyApi.ProgramsApi programsPutProgram PUT /api/Programs/{id}
RhoantaxonomyApi.ServiceCategoriesApi serviceCategoriesDeleteServiceCategory DELETE /api/ServiceCategories/{id}
RhoantaxonomyApi.ServiceCategoriesApi serviceCategoriesGetServiceCategories GET /api/ServiceCategories
RhoantaxonomyApi.ServiceCategoriesApi serviceCategoriesGetServiceCategory GET /api/ServiceCategories/{id}
RhoantaxonomyApi.ServiceCategoriesApi serviceCategoriesPostServiceCategory POST /api/ServiceCategories
RhoantaxonomyApi.ServiceCategoriesApi serviceCategoriesPutServiceCategory PUT /api/ServiceCategories/{id}
RhoantaxonomyApi.StaffTypesApi staffTypesDeleteStaffType DELETE /api/StaffTypes/{id}
RhoantaxonomyApi.StaffTypesApi staffTypesGetStaffType GET /api/StaffTypes/{id}
RhoantaxonomyApi.StaffTypesApi staffTypesGetStaffTypes GET /api/StaffTypes
RhoantaxonomyApi.StaffTypesApi staffTypesPostStaffType POST /api/StaffTypes
RhoantaxonomyApi.StaffTypesApi staffTypesPutStaffType PUT /api/StaffTypes/{id}

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Readme

Keywords

none

Package Sidebar

Install

npm i rhoantaxonomy_api

Weekly Downloads

0

Version

1.0.0

License

Unlicense

Last publish

Collaborators

  • attilad