SBInformation Class Reference
Inherits from | NSObject |
Declared in | SBInformation.h SBInformation.m |
Overview
SBInformation class description. The class that fetches the information of a Book through Goodreads APi.
Tasks
-
+ getBooksBySearchTerm:
Method that is used to search a book and fetch the information about it.
-
+ getISBNFromGoodreadsID:
Method that fetches the ISBN of a book given its Goodreads id.
Class Methods
getBooksBySearchTerm:
Method that is used to search a book and fetch the information about it.
+ (NSArray *)getBooksBySearchTerm:(NSString *)term
Parameters
- term
The argument that is being searched such as the title or the author of the book.
Return Value
The information about the searched book.
Discussion
Method that is used to search a book and fetch the information about it.
Declared In
SBInformation.h
getISBNFromGoodreadsID:
Method that fetches the ISBN of a book given its Goodreads id.
+ (NSString *)getISBNFromGoodreadsID:(NSString *)goodreadsID
Parameters
- goodreadsID
The id of a book in the database of Goodreads.
Return Value
ISBN of the book fetched from Goodreads database.
Discussion
Method that fetches the ISBN of a book given its Goodreads id.
Declared In
SBInformation.h