mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
18 lines
688 B
Plaintext
18 lines
688 B
Plaintext
|
|
import { Libraries } from '@/components/Libraries'
|
||
|
|
|
||
|
|
export const metadata = {
|
||
|
|
title: 'Protocol SDKs',
|
||
|
|
description:
|
||
|
|
'Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API.',
|
||
|
|
}
|
||
|
|
|
||
|
|
export const sections = [
|
||
|
|
{ title: 'Official libraries', id: 'official-libraries' },
|
||
|
|
]
|
||
|
|
|
||
|
|
# Protocol SDKs
|
||
|
|
|
||
|
|
The recommended way to interact with the Protocol API is by using one of our official SDKs. Today, Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API. {{ className: 'lead' }}
|
||
|
|
|
||
|
|
<Libraries />
|