Skip to content

Commit d49c702

Browse files
committed
More README.md updates
1 parent e024119 commit d49c702

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NOTES: custom Information fails on test, LOSFORMAT policy does not exist
66

77
## SBAPI endpoints
88

9-
### **userkey** – returns user key/user barcode/home library/barcode expiration date when querying a user barcode
9+
### _userkey_ – returns user key/user barcode/home library/barcode expiration date when querying a user barcode
1010

1111
URL: https://server:port/cgi-bin/sb.cgi?report=userkey&uid=21168045392313
1212

@@ -27,7 +27,7 @@ Output:
2727
</USER>
2828
```
2929

30-
### **userbarcode** – returns user key/user barcode/home library/barcode expiration date when querying a user key
30+
### _userbarcode_ – returns user key/user barcode/home library/barcode expiration date when querying a user key
3131

3232
URL: https://server:port/cgi-bin/sb.cgi?report=userbarcode&ukey=445800
3333

@@ -48,7 +48,7 @@ Output:
4848
</USER>
4949
```
5050

51-
### holds – returns barcode and item hold available for pickup and not yet filled, when querying a user barcode
51+
### _holds_ – returns barcode and item hold available for pickup and not yet filled, when querying a user barcode
5252

5353
URL: https://server:port/cgi-bin/sb.cgi?report=hold&uid=21967002133994
5454

@@ -94,7 +94,7 @@ Output:
9494

9595
`</HOLD_DB_KEY>` is needed to enable the cancellation of this item hold.
9696

97-
### courtesy – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
97+
### _courtesy_ – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
9898

9999
https://server:port/cgi-bin/sb.cgi?report=courtesy&uid=21967002133994
100100

@@ -143,7 +143,7 @@ Output:
143143
13 - Item is not eligible for renewal as item is on-hold
144144
14 - Item is not eligible for renewal as maximum number renewals for the item has been reached
145145

146-
### overdue– returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
146+
### _overdue_ – returns barcode and item barcode/title/due date/renew eligibility when querying a user barcode
147147

148148
https://server:port/cgi-bin/sb.cgi?report=overdue&uid=21967002133994
149149

@@ -181,7 +181,7 @@ Output:
181181
14 - Item is not eligible for renewal as maximum number renewals for the item has been reached
182182
15 - Item is not eligible for renewal due to limit set on how many overdue items a patron can have at one time
183183

184-
### overdue– returns user barcode/item barcode and charge status when querying a user barcode
184+
### _overdue_ – returns user barcode/item barcode and charge status when querying a user barcode
185185

186186
https://server:port/cgi-bin/sb.cgi?report=chkcharge&uid=21967002133994&id=31967011342030
187187

@@ -204,7 +204,7 @@ Output:
204204
1
205205
: Item is charged to patron
206206

207-
### chkhold– returns item barcode and if item has a hold
207+
### _chkhold_ – returns item barcode and if item has a hold
208208

209209
https://server:port/cgi-bin/sb.cgi?report=chkhold&id=31967011342030
210210

@@ -228,7 +228,7 @@ Output:
228228
1
229229
: Item has a hold
230230

231-
### fee– returns total fees linked to patron
231+
### _fee_ – returns total fees linked to patron
232232

233233
https://server:port/cgi-bin/sb.cgi?report=fee&uid=21967002133994
234234

@@ -247,7 +247,7 @@ Output:
247247
</USER>
248248
```
249249

250-
### noticetype– returns patrons that requested notices via sms or voice
250+
### _noticetype_ – returns patrons that requested notices via sms or voice
251251

252252
https://server:port/cgi-bin/sb.cgi?report=noticetype&type=sms
253253

@@ -270,7 +270,7 @@ Output:
270270
</USER>
271271
```
272272

273-
### cancel– returns success or failure, when attempting to abandon a hold ready for pickup
273+
### _cancel_ – returns success or failure, when attempting to abandon a hold ready for pickup
274274

275275
https://server:port/cgi-bin/sb.cgi?report=cancel&uid=21967002133994&dbkey=1234566
276276

@@ -291,7 +291,7 @@ Output:
291291
0 – Cancel item hold failed
292292
1 – Cancel item hold succeeded
293293

294-
### holdexpiration– returns list of patron hold items that expired and not fulfilled
294+
### _holdexpiration_ – returns list of patron hold items that expired and not fulfilled
295295

296296
https://server:port/cgi-bin/sb.cgi?report=holdexpiration&date=20200817
297297

0 commit comments

Comments
 (0)