Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

reeset/oclc_api

Open more actions menu

Repository files navigation

Implementation Example:

string oclcnumber = "823520553";
string principleID = "[enter your principalID]";
string principlelDNS = "[enter your principalIDNS]";
string wskey = "[your oclc wskey]";
string secret = "[your secret key]";

string instSymbol = "[oclc provide institution code]"; 
string holdingsid = "[oclc provided code]"; //a four digit code from oclc; example MAIN
            
string schema = "LibraryOfCongress";
           
oclc_api.oclc_api_metadata obj_om = new oclc_api.oclc_api_metadata(wskey, secret, principleID, principlelDNS);
obj_om.WorldCat_Service_URI = oclc_api.oclc_api_metadata.HOLDINGS_DATA_URI;  //@"https://worldcat.org/ih/data";
            
bool results = obj_om.WorldCatDeleteHolding(schema, instSymbol, oclcnumber);
System.Windows.MessageBox.Show(obj_om.LastResponseCode);
            

About

C# OCLC API code used in MarcEdit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.