Skip to content

mrksjs/rest-api-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Alfresco REST API Explorer

The API Explorer allows you to browse and experiment with the REST APIs available in the Alfresco platform.

Building and deploying the war

  • mvn install

You now have a target/api-explorer.war, drop this into your Application server that is running alfresco.war

For development only

You can run the project as a packaged web application using an embedded Tomcat server.
This is useful for changing documentation and endpoint descriptions but it means that the "Try it Out!" button will not work.

  • mvn tomcat7:run-war

Now the application is running at http://localhost:8085/api-explorer

License

Copyright (C) 2016 Alfresco Software Limited

This file is part of an unsupported extension to Alfresco.

Alfresco Software Limited licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Public REST API Explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 72.6%
  • HTML 19.0%
  • JavaScript 5.2%
  • CSS 1.8%
  • Shell 1.4%