URLSigner

Utility to sign URL's in order to use Google's Enterprise API. Compiled to lang level 1.5.

License

License

GroupId

GroupId

com.owtelse.util
ArtifactId

ArtifactId

urlsigner
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

URLSigner
Utility to sign URL's in order to use Google's Enterprise API. Compiled to lang level 1.5.
Project URL

Project URL

https://github.com/karlroberts/urlsigner
Source Code Management

Source Code Management

https://github.com/karlroberts/urlsigner

Download urlsigner

How to add to project

<!-- https://jarcasting.com/artifacts/com.owtelse.util/urlsigner/ -->
<dependency>
    <groupId>com.owtelse.util</groupId>
    <artifactId>urlsigner</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.owtelse.util/urlsigner/
implementation 'com.owtelse.util:urlsigner:1.0.1'
// https://jarcasting.com/artifacts/com.owtelse.util/urlsigner/
implementation ("com.owtelse.util:urlsigner:1.0.1")
'com.owtelse.util:urlsigner:jar:1.0.1'
<dependency org="com.owtelse.util" name="urlsigner" rev="1.0.1">
  <artifact name="urlsigner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.owtelse.util', module='urlsigner', version='1.0.1')
)
libraryDependencies += "com.owtelse.util" % "urlsigner" % "1.0.1"
[com.owtelse.util/urlsigner "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.owtelse.codec : base64 jar 1.0.4
org.slf4j : slf4j-api jar 1.6.4
org.slf4j : slf4j-simple jar 1.6.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

NAME urlsigner - signs URL's as needed for Google's Enterprise API's.

DESCRIPTION

    Java code compiled to language level 1.5.
    Code based on examples at https://developers.google.com/maps/documentation/business/webservices
    but uses a Base64 library that is compiled at Java lang level 1.5

USAGE To use to call a Google Enterprise API, pass a valid Google URL to the signURL() method

AUTHOR Karl Roberts karl.roberts@owtelse.com

NOTES 1. official repository https://github.com/karlroberts/urlsigner 2. site and documentation https://github.com/karlroberts/urlsigner 3. license (3 point BSD style) https://github.com/karlroberts/urlsigner/blob/master/LICENSE

Versions

Version
1.0.1