4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    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

      September 5, 2022 at 5:59:18 PM GMT+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
      February 10, 2022 at 11:14:40 PM GMT+1 - permalink - archive.org - https://github.com/Eloise1988/COINGECKO
      api crypto sheet
    • Crypto Prices | Prices for Crypto Currency Coins
      February 10, 2022 at 11:14:02 PM GMT+1 - permalink - archive.org - https://cryptoprices.cc/
      api crypto
    • bunq API Documentation

      Une banque avec une api ouverte

      January 8, 2020 at 9:25:54 PM GMT+1 - permalink - archive.org - https://doc.bunq.com/
      api banque
    • JSON Web Token Introduction - jwt.io
      August 5, 2018 at 10:49:46 PM GMT+2 - permalink - archive.org - https://jwt.io/introduction/
      api json jwt
    • JSON API — Latest Specification (v1.0)
      August 5, 2018 at 10:37:33 PM GMT+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.

      March 26, 2018 at 9:35:40 AM GMT+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

      July 6, 2017 at 11:01:38 AM GMT+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

      February 19, 2016 at 3:27:34 PM GMT+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
      June 12, 2015 at 5:28:19 PM GMT+2 - permalink - archive.org - http://httpbin.org/
      api http service test
    • Kong - Open-Source API Management Layer
      April 29, 2015 at 11:45:46 AM GMT+2 - permalink - archive.org - http://getkong.org/
      api nginx
    • Consuming JSON REST resource through HTTP - Ruby Intro
      April 18, 2014 at 3:17:58 PM GMT+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"}'

      April 17, 2014 at 5:23:18 PM GMT+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

      March 18, 2014 at 2:02:37 PM GMT+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