Skip to content

terah/rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-client

This is the PHP client library for Restful Services. This documentation is out of date and needs refreshing.

Usage

use Prism\ApiClient\RestClient;

// The url to the web service that you are interacting with
$webServiceUrl = 'http://example.com:8080/api/v1.0/';
// Your api key
$yourApiKey 		= 'qwerqwer-qwerqewr-qwerqwer-qwerqwer';

Testing

$ phpunit

Contributing

If you would like to contribute, please email uqcullen@uq.edu.au.

Security

If you discover any security related issues, please email uqcullen@uq.edu.au instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages