You are here: FME Server Developer's Guide > Developing with the Web Services > REST Service > Working with Repositories

Working with Repositories

A repository is a central place to store items, resources and other components that enable the FME Server to perform. A typical item is a workspace, a custom format or a custom transformer. Associated with items are resources.

To List Available Repositories

Listing repositories requires a GET request, with no parameters.

To Add Repositories

Repositories are uniquely identified by their name. Create a new repository by specifying a name and description for the repository. Adding a repository requires a POST method, with the parameters sent.

Note:  If you add a repository using the name of one that already exists, the existing repository is overwritten.

To Remove Repositories

Removing a repository requires the name of the repository. It’s important to know that removing a repository also removes any items and resources in it.

Safe Software Inc. www.safe.com