4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
14 results tagged api x
  • Actions, resources, and condition keys for AWS services - Service Authorization Reference

    google iam resources list

    5 septembre 2022 à 17:59:18 UTC+2 - permalink - archive.org - https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html
    api iam
  • thumbnail
    GitHub - Eloise1988/COINGECKO: CoinGecko Real Time Spreadsheet Feed: Prices, Volumes, Market Cap
    10 février 2022 à 23:14:40 UTC+1 - permalink - archive.org - https://github.com/Eloise1988/COINGECKO
    api crypto sheet
  • Crypto Prices | Prices for Crypto Currency Coins
    10 février 2022 à 23:14:02 UTC+1 - permalink - archive.org - https://cryptoprices.cc/
    api crypto
  • bunq API Documentation

    Une banque avec une api ouverte

    8 janvier 2020 à 21:25:54 UTC+1 - permalink - archive.org - https://doc.bunq.com/
    api banque
  • JSON Web Token Introduction - jwt.io
    5 août 2018 à 22:49:46 UTC+2 - permalink - archive.org - https://jwt.io/introduction/
    api json jwt
  • JSON API — Latest Specification (v1.0)
    5 août 2018 à 22:37:33 UTC+2 - permalink - archive.org - http://jsonapi.org/format/
    api format json jsonapi
  • thumbnail
    javascript - Is a list/array valid JSON? - Stack Overflow

    31
    down vote
    accepted

    Both forms are valid. However, for an API, I would recommend the second form. The reason is that it gives you a path for expansion of your API.

    For example, if you have an API getUsersInGroup which returns an array of user objects, and later you decide you want to include, say, some aggregate statistics about the users being returned, there's no easy way to do that without breaking existing clients (or including lots of redundant data in each user object). If you use an object, you simply add another field to the object which is silently ignored by clients on a previous version of the API.

    In short, try to avoid top-level primitives wherever possible in your API, and you'll find it easier to expand in the future.

    26 mars 2018 à 09:35:40 UTC+2 - permalink - archive.org - https://stackoverflow.com/questions/19623339/is-a-list-array-valid-json
    api json
  • Newer docker client with older Docker host - Server Fault

    :~$ docker -H tcp://10.73.204.73:2375 ps
    Error response from daemon: client is newer than server (client API version: 1.24, server API version: 1.19)

    :~$ DOCKER_API_VERSION=1.19 docker -H tcp://x.x.x.x:xxxx ps
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

    6 juillet 2017 à 11:01:38 UTC+2 - permalink - archive.org - https://serverfault.com/questions/664999/newer-docker-client-with-older-docker-host
    api client dcoker version
  • thumbnail
    neurogeek/haproxyctl: HAProxy control tool

    via Doo

    19 février 2016 à 15:27:34 UTC+1 - permalink - archive.org - https://github.com/neurogeek/haproxyctl
    api haproxy
  • httpbin(1): HTTP Client Testing Service

    Peut etre utile

    • https://github.com/vcr/vcr
    • https://github.com/kevin1024/vcrpy
    12 juin 2015 à 17:28:19 UTC+2 - permalink - archive.org - http://httpbin.org/
    api http service test
  • Kong - Open-Source API Management Layer
    29 avril 2015 à 11:45:46 UTC+2 - permalink - archive.org - http://getkong.org/
    api nginx
  • Consuming JSON REST resource through HTTP - Ruby Intro
    18 avril 2014 à 15:17:58 UTC+2 - permalink - archive.org - http://nizhu.github.io/ruby-intro-site/blog/2013/07/31/consuming-json-rest-resource-through-http/
    api puppetdb rest ruby
  • Utiliser l'api de pocket avec curl

    Compliquées ces api.. je me mets ça de côté pour plus tard car j'ai mis du temps à capter :

    http://getpocket.com/developer/docs/authentication

    D'abord il faut une consumer_key : voir la doc pour ça, c'est facile (= une api key)

    Grâce à cette clé on peut avoir un TOKEN comme ça :

    curl -X POST https://getpocket.com/v3/oauth/request --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","redirect_uri":"http://wallabag.org"}'

    On utilise ce token pour dire à pocket qu'on autorise l'application

    https://getpocket.com/auth/authorize?request_token=TOKEN&redirect_uri=http://wallabag.org

    +

    curl -X POST https://getpocket.com/v3/oauth/authorize --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","code":"TOKEN"}'

    donne un ACCESS_TOKEN

    on a enfin l'ACCESS_TOKEN, on peut requeter l'api :

    curl -X POST https://getpocket.com/v3/get --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","access_token":"ACCESS_TOKEN"}'

    17 avril 2014 à 17:23:18 UTC+2 - permalink - archive.org - https://links.infomee.fr/?C30Glg
    api pocket
  • POST vs. PUT : la confusion | Blog Xebia France

    Article intéressant sur l'implementation d'api REST et que faire/ne pas faire concernant le mapping CRUD <=> http methods

    18 mars 2014 à 14:02:37 UTC+1 - permalink - archive.org - http://blog.xebia.fr/2014/03/17/post-vs-put-la-confusion/
    api crud rest
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation