Skip to content

yalelibrary/mc-client-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example MC Client using Java and Python

Java Examples

Description

Example using Apache Fluent and HttpClient (with and without CredentialsProvider) to make a basic auth request to metadata cloud.

If you use HttpClient with CredentialsProvider, you need the basic=1 parameter since it will not send credentials until it's prompted by the server.

Quickstart

mvn clean compile assembly:single
java -jar target/test-mc-client-1.0-jar-with-dependencies.jar goobi 'XXXX'

(where goobi is the username and XXXX is the password)

Python Examples

See: python examples readme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published