Sha256: 6d60e75a005269fd6c6d81133793ccf8f5e6314206e9beca3ae1a2fd57d64a0c

Contents?: true

Size: 869 Bytes

Versions: 11

Compression:

Stored size: 869 Bytes

Contents

## Alma::Electronic

A wrapper for the Alma::Electronic API.

The main entry point is the get methods.

### To get a list of all the collections.

```
Alma::Electronic.get()
```

Will also accept these params:

| Parameter | Type      | Required  | Description |
| --------- | ----------| --------- | ---------------------------------------------------------------------------------------------------------------|
| q         | xs:string | Optional. | Search query. Optional. Searching for words in interface_name, keywords, name or po_line_id (see Brief Search) |
| limit     | xs:int    | Optional. | Default: 10Limits the number of results. Optional. Valid values are 0-100. Default value: 10. |
| offset    | xs:int    | Optional. | Default: 0Offset of the results returned. Optional. Default value: 0, which methodseans that the first results will be returned. |

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alma-0.6.2 lib/alma/electronic/README.md
alma-0.6.1 lib/alma/electronic/README.md
alma-0.6.0 lib/alma/electronic/README.md
alma-0.5.1 lib/alma/electronic/README.md
alma-0.5.0 lib/alma/electronic/README.md
alma-0.4.2 lib/alma/electronic/README.md
alma-0.4.1 lib/alma/electronic/README.md
alma-0.4.0 lib/alma/electronic/README.md
alma-0.3.3 lib/alma/electronic/README.md
alma-0.3.2 lib/alma/electronic/README.md
alma-0.3.1 lib/alma/electronic/README.md