-
Notifications
You must be signed in to change notification settings - Fork 0
Old Home
Asfand Qazi edited this page Apr 5, 2012
·
1 revision
iMits comes with a RESTful web-service API – this section gives some information on the basics of REST services and details how to interact with the iMits services. Use this mechanism for maintaining data within iMits (create/update/delete operations), and basic querying only. If you would like to perform bulk data-query operations, we would recommend using the BioMart (details on the BioMart web services are below).
- A basic introduction to REST services
- RESTful Web Services – recommended reading
- Using the Web Services – an overview of the iMits REST API
- REST API Code Examples – example code for interacting with the iMits REST API