Forwarded from Na. A
This media is not supported in your browser
VIEW IN TELEGRAM
One of the issues you always face with postgres on new systems is pg_config error. If you don't want to install postgres and willing to have postgres library in Pytho operational:
1. brew install libpq
2. xcode-select --install
3. echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc
4. env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip3 install psycopg2
#osx #libpq #pg_config #postgres #postgresql #xcode
1. brew install libpq
2. xcode-select --install
3. echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc
4. env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip3 install psycopg2
#osx #libpq #pg_config #postgres #postgresql #xcode
https://renemorozowich.com/using-wordpress-rest-api-get-blogs/
#wordpress #get_latest_posts #rest #api #rest_api
#wordpress #get_latest_posts #rest #api #rest_api
Rene Morozowich
Using the WordPress REST API to get blog posts from another site - Rene Morozowich
Are you curious about the WordPress REST API? Check out this easy-to-understand post and start using the WordPress REST API today.