laminas-api-tools Questions
5
Solved
I've written an API in a framework based on ZF2 (Zend Framework 2) called Apigility.
My Service can query 3rd party API's. Once in a while, I get back a 500 error message.. either due to expired t...
Ardeha asked 22/8, 2014 at 20:20
3
Solved
I'm learning Apigility (Apigility docu -> REST Service Tutorial) and trying to send a POST request with basic authentication via cURL:
$ curl -X POST -i -H "Content-Type: application/hal+json" -H ...
Clash asked 22/9, 2014 at 7:58
2
I have only upgraded to Laravel ^6.0 from 5.8*.
On running $ composer require laravel/passport
I have got error message "Package zendframework/zend-diactoros is abandoned, you should avoid us...
Nickens asked 2/1, 2020 at 18:43
2
Solved
I just started with Apigility and oAuth2, and I was wondering if it is possible to get the currently authenticated "loggedin" user when fetching information from a database.
I currently have the f...
Stelle asked 19/4, 2016 at 15:4
3
I created an API using Apigility.
I'm trying to set authentication system for a front end app that I'm currently building using the API.
But all angular authentication modules that I have used f...
Misplace asked 19/2, 2015 at 1:41
1
Solved
I'd like to create an Apigility REST service which accepts POSTs of, for example, a user object which has a field containing an array of address objects. I can define the field without validators a...
Cacilie asked 4/7, 2014 at 15:34
1
Solved
I am using ZF2 Apigility and am working on setting up an OAuth2 workflow for an API I am writing.
So far I can get the following to work:
Call the API and get a token
{
"access_token": "62f610...
Halfbound asked 13/2, 2015 at 10:59
1
© 2022 - 2024 — McMap. All rights reserved.