# ROR v0.1.1 - Table of Contents

> An unofficial API client for the Research Organization Registry (ROR)

## Pages

- [ROR](readme.md)
- [LICENSE](license.md)

## Modules

- [ROR](ROR.md): `ROR` is an unofficial client for the [Research Organization Registry (ROR)](https://ror.org) API for Elixir.
This top level `ROR` module contains functions for retrieving data via the API.
- [ROR.Admin](ROR.Admin.md): Functions for extracting and using Admin data from a ROR Organization record
- [ROR.Client](ROR.Client.md): Low-level functions for using the ROR REST API, returning maps parsed from the API's JSON responses.
- [ROR.Domain](ROR.Domain.md): Functions for extracting and using Domain data from a ROR Organization record
- [ROR.ExternalID](ROR.ExternalID.md): Functions for extracting and using ExternalID data from a ROR Organization record
- [ROR.Filter](ROR.Filter.md): A structure for building simple ROR Filter strings
- [ROR.ID](ROR.ID.md): Functions for extracting and using Admin data from a ROR Organization record
- [ROR.Link](ROR.Link.md): Functions for extracting and using Link data from a ROR Organization record
- [ROR.Location](ROR.Location.md): Functions for extracting and using Admin data from a ROR Organization record
- [ROR.Match](ROR.Match.md): Functions for extracting and using Match data from a ROR Organization record
- [ROR.Matches](ROR.Matches.md): A structure for storing organization match results from Identify/Affiliation searches
- [ROR.Name](ROR.Name.md): Functions for extracting and using Name data from a ROR Organization record
- [ROR.Organization](ROR.Organization.md): Functions for extracting and using Organization data from a ROR Organization record
- [ROR.Relationship](ROR.Relationship.md): Functions for extracting and using Relationship data from a ROR Organization record
- [ROR.Results](ROR.Results.md): A structure and tools for search and list results
- [ROR.Status](ROR.Status.md): Functions for extracting and using Status data from a ROR Organization record
- [ROR.Type](ROR.Type.md): Functions for extracting and using Type data from a ROR Organization record

