Skip to content

Latest commit

 

History

History

plastron-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

plastron-client

HTTP client for connecting to an LDP server

Quick Start

from plastron.client import Client, Endpoint

endpoint = Endpoint('http://localhost:8080/fcrepo/rest')
client = Client(endpoint)

response = client.get('http://localhost:8080/fcrepo/rest/foobar123')

graph = client.get_graph('http://localhost:8080/fcrepo/rest/foobar123')