> On 11 Jun 2015, at 13:58, nacer abdellaoui <[email protected]> wrote: > > > Thanks an other question pleasei am using wookie 0.9.2 and i want to > request an api key for my application but i don't now which address must I > enter to obtain an api key
For 0.9.2, to get an API key you can use the POST method:
POST {wookie}/keys/ {param:apikey, email}
e.g.
POST to http://my.wookie.server/keys
with:
apikey: mynewkey
email: [email protected]
(NB you need to provide the server username and password with HTTP
authentication)
For 2.0, you would simply edit the KEYS file.
S
> N.
>
>
> Le Jeudi 11 juin 2015 13h45, Scott Wilson
> <[email protected]> a écrit :
>
>
> On 11 Jun 2015, at 12:36, nacer abdellaoui <[email protected]> wrote:
>>
>> I need a document which explains in details how to use the connector
>> Framework to create a plugin ?
>> Thanks in advance
>> Nacer
>
> Hi Nacer,
>
> The documentation on embedding is here:
>
> http://wookie.apache.org/docs/embedding.html
>
> Depending on the environment your plugin uses, you may want to use the Java
> Connector Framework or the PHP one. Also look at the code of some of the
> existing connectors to see how they have been developed.
>
> S
>
signature.asc
Description: Message signed with OpenPGP using GPGMail
