4340 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

    2022年9月5日 GMT+2 下午5:59:18 - 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
    2022年2月10日 GMT+1 下午11:14:40 - permalink - archive.org - https://github.com/Eloise1988/COINGECKO
    api crypto sheet
  • Crypto Prices | Prices for Crypto Currency Coins
    2022年2月10日 GMT+1 下午11:14:02 - permalink - archive.org - https://cryptoprices.cc/
    api crypto
  • bunq API Documentation

    Une banque avec une api ouverte

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

    2018年3月26日 GMT+2 上午9:35:40 - permalink - archive.org - https://stackoverflow.com/questions/19623339/is-a-list-array-valid-json
    api json
  • thumbnail
    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

    2017年7月6日 GMT+2 上午11:01:38 - 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

    2016年2月19日 GMT+1 下午3:27:34 - 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
    2015年6月12日 GMT+2 下午5:28:19 - permalink - archive.org - http://httpbin.org/
    api http service test
  • Kong - Open-Source API Management Layer
    2015年4月29日 GMT+2 上午11:45:46 - permalink - archive.org - http://getkong.org/
    api nginx
  • Consuming JSON REST resource through HTTP - Ruby Intro
    2014年4月18日 GMT+2 下午3:17:58 - 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"}'

    2014年4月17日 GMT+2 下午5:23:18 - 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

    2014年3月18日 GMT+1 下午2:02:37 - 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