Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from servicecatalog/Readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Piotr-K8i authored Nov 26, 2020
2 parents 2d5d053 + 7514d03 commit 70dc770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
This repository contains interfaces for integrating your applications with
[Open Service Catalog Manager](https://github.com/servicecatalog/oscm#open-service-catalog-manager).

**REST API**
* Most needed OSCM Platform functionality is exposed with RESTful APIs. See [here](https://github.com/servicecatalog/oscm-rest-api).

**Web Service API**
* oscm-extsvc - OSCM Platform Service API (inbound) [[see javadoc]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc/master-SNAPSHOT/javadoc/) [[source code + wsdl files]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc/master-SNAPSHOT/oscm-extsvc-master-SNAPSHOT-sources.jar)
* oscm-extsvc-provisioning - Provisioning Service API (outbound) [[see javadoc]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc-provisioning/master-SNAPSHOT/javadoc/) [[source code + wsdl files]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc-provisioning/master-SNAPSHOT/oscm-extsvc-provisioning-master-SNAPSHOT-sources.jar)
Expand All @@ -17,9 +20,6 @@ This repository contains interfaces for integrating your applications with
**OSCM internal Java API**
* oscm-extsvc-internal - internal API based on oscm-extsvc [[see javadoc]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc-internal/master-SNAPSHOT/javadoc/) [[source code]](https://jitpack.io/com/github/servicecatalog/oscm-interfaces/oscm-extsvc-internal/master-SNAPSHOT/oscm-extsvc-internal-master-SNAPSHOT-sources.jar)

**REST APIs**
* In progress. Most needed OSCM Platform functionality is exposed with REST APIs. See [here](https://github.com/servicecatalog/oscm-rest-api).

## How to use ##

For integrating with your project simply include them in your Maven pom.
Expand Down

0 comments on commit 70dc770

Please sign in to comment.